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.
Oliver Marsh
I was wondering what's the best way to avoid storing pointers as references into the array, as the…
»
x13pixels
Thanks Aiden. I can take a look.
»
Clay Murray
Cute Exporter has been exporting the metadata about the texture atlas as a json file. This was bec…
»
Ryan McQuen
It's nice having a pre-made .desktop file so that you can easily copy that to and an icon to copy…
»
Martijn Courteaux
SilverNode devlog #002 is out! In an attempt to have a broader photo set, covering more types of p…
»
Jens
I was just going to make a small post regarding the BEdit UI system as a response to questions on…
»
Simon Anciaux
The double backslash is to escape an single backslash in a string. In this case it's just to have …
»
Mārtiņš Možeiko
\ is because you want to put \ in string. You need to escape it when putting in C string. So "\" b…
»
Aidan
When a function pointer that has been corrupted is called, remedybg doesn't break at the calling p…
»
C_Worm
on msdn they have a "print all files in the directory" example and they say that they "prepare" th…
»
Simon Anciaux
Thanks. The GUI is custom code, but I wouldn't call it a library.
»
John
Looks fantastic, couldn't expect anything less from you Simon! Is that a custom GUI library of you…
»
Simon Anciaux
Thanks.
»
Jens
Hmm... I was going to write an answer here but it would be a bit on the lengthy side :D In short I…
»
albatros
sweet !
»
Simon Anciaux
Here is I'm working on.
»
Abner Coimbre
Sounds like a reasonable plan.
»
spaskeasm
Thank you! One more exam left. (Computational Topology, my favorite this semester! :)) I live in …
»
Simon Anciaux
Why can't you do the layout of huge file ? Is it a memory or a performance issue ? Assuming the bi…
»
Abner Coimbre
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…
»
spaskeasm
de, is this from that Vulkan tutorial? I am going to be a TA in the Computer Graphics course in th…
»
Abner Coimbre
Yeah, Hanson's Array version does that and it's not even C++! (It raises a memory "exception" by …
»
spaskeasm
Write your own stretchy buffer. For a structured interface, see Hanson's Array ADT. [/quote] I'll…
»
Abner Coimbre
That's likely not public, but chances are very high this is a simpler std::vector. You can find si…
»
Oliver Marsh
Wow looking amazing, love the huge tiled level. Really like the particle effects trail and explo…
»
spaskeasm
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…
»
Simon Anciaux
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…
»