Miles —
Throwing some kind of catchable error, and unceremoniously crashing the application, are actually…
Yes, pretty much. Some languages can throw exceptions for overflow and limit the size of user inpu…
So the difference between a safe to an unsafe language when it comes to memory would be that in th…
By default, an array using square brackets have no run-time bound checks. You can use template c…
I've seen a youtube video about it in my native language. They were basing this claim on a piece …
I skipped parts of the video to avoid spoiling mechanics too much, but it looks more interesting e…
This will make people afraid of turning their heads while walking in stairs. :D The flat colors wo…
First off, there is no language called "C/C++". I have said it before and I'll say it again. There…
Miles —
I recently put together a video showcasing the current state of Escher's gameplay. It shows off so…
If a language "replaces" c++, we might as well think of it as c+++. C will remain the binary inter…
Did you after making the change ? To be clear, the line validates that the extension matches one…
My response depends on where you see this commotion coming from. Languages like Go, Rust, etc. ha…
As you can see below, I tried to add "mm" as the first test , but apparently that did not work. A…
Ok that's good to see. As a new programmer myself I have just started learning C/C++ so to see peo…
No chance. C is about being a simple language that gets out of the programmers way. C++ CAN be abo…
I've seen some commotion about it lately. Your thoughts?
Once again, I know nothing about music theory, so please take what I'm saying with grain of salt. …
I could probably add many standard industry tricks on top of that.
Then answer is easy - ask library user to pass path in. Then it's application problem to do that …
Ben —
Ahh yeah okay, I understand what you mean now. You also said the melodies were "simple". Could you…
I mean the edges next to the red lines in the following screenshot. It would need a little transit…
Few small changes in the app. No new major features.
Then answer is easy - ask library user to pass path in. Then it's application problem to do that …
I'm just writing the library, not the applications. An average developer should be able to port t…
The folder where the executed binary is located together with its resources, unless it doesn't ex…
Here's a good high-level one:
What is "C++ application folder"? %APPDATA%? LocalLow? - those you can get from environment variab…
Miles —
Bold of you to assume you'll still have a C++ compiler for whatever the desired platforms might be…
All C++ applications loading any kind of image resources that are too big for embedding into the b…