Jens —
Hmm... I was going to write an answer here but it would be a bit on the lengthy side :D In short I…
Sounds like a reasonable plan.
Thank you! One more exam left. (Computational Topology, my favorite this semester! :)) I live in …
Why can't you do the layout of huge file ? Is it a memory or a performance issue ? Assuming the bi…
Congrats! You mean you're going into a graduate degree now? You guessed it. I agree it's too ove…
Jens —
There's a time in every project I've worked on where the TODO-list grows faster than it shrinks an…
de, is this from that Vulkan tutorial? I am going to be a TA in the Computer Graphics course in th…
Yeah, Hanson's Array version does that and it's not even C++! (It raises a memory "exception" by …
Write your own stretchy buffer. For a structured interface, see Hanson's Array ADT. [/quote] I'll…
That's likely not public, but chances are very high this is a simpler std::vector. You can find si…
Wow looking amazing, love the huge tiled level. Really like the particle effects trail and explo…
I have been reading braid cleanup articles from Jonh's blog: and noticed Array type. Does …
C_Worm —
okay, rewind() is a part of stdio.h, i didn't write that. i found the reopen() function now, which…
If you use it means that every write operation will write at the end of the file, even if you try…
C_Worm —
Hey im making a tilemap editor and are working on saving and loading tilemaps. Write now im only w…
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…