We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Miles
Throwing some kind of catchable error, and unceremoniously crashing the application, are actually…
»
Dawoodoz
Yes, pretty much. Some languages can throw exceptions for overflow and limit the size of user inpu…
»
Rafael Abreu
So the difference between a safe to an unsafe language when it comes to memory would be that in th…
»
Dawoodoz
By default, an array using square brackets have no run-time bound checks. You can use template c…
»
Rafael Abreu
I've seen a youtube video about it in my native language. They were basing this claim on a piece …
»
Simon Anciaux
I skipped parts of the video to avoid spoiling mechanics too much, but it looks more interesting e…
»
Dawoodoz
This will make people afraid of turning their heads while walking in stairs. :D The flat colors wo…
»
Andrew Bromage
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…
»
Dawoodoz
If a language "replaces" c++, we might as well think of it as c+++. C will remain the binary inter…
»
Simon Anciaux
Did you after making the change ? To be clear, the line validates that the extension matches one…
»
Abner Coimbre
My response depends on where you see this commotion coming from. Languages like Go, Rust, etc. ha…
»
Alberto
As you can see below, I tried to add "mm" as the first test , but apparently that did not work. A…
»
Rafael Abreu
Ok that's good to see. As a new programmer myself I have just started learning C/C++ so to see peo…
»
Mikael Johansson
No chance. C is about being a simple language that gets out of the programmers way. C++ CAN be abo…
»
Rafael Abreu
I've seen some commotion about it lately. Your thoughts?
»
Simon Anciaux
Once again, I know nothing about music theory, so please take what I'm saying with grain of salt. …
»
Dawoodoz
I could probably add many standard industry tricks on top of that.
»
Dawoodoz
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…
»
»
Simon Anciaux
I mean the edges next to the red lines in the following screenshot. It would need a little transit…
»
Clay Murray
Few small changes in the app. No new major features.
»
Mārtiņš Možeiko
Then answer is easy - ask library user to pass path in. Then it's application problem to do that …
»
Dawoodoz
I'm just writing the library, not the applications. An average developer should be able to port t…
»
Dawoodoz
The folder where the executed binary is located together with its resources, unless it doesn't ex…
»
Mārtiņš Možeiko
Here's a good high-level one:
»
Mārtiņš Možeiko
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…
»
Dawoodoz
All C++ applications loading any kind of image resources that are too big for embedding into the b…
»