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.
Daniel
Hey Martins, Although HH supports PNGs, the Renderer Test application only reads BMPs. That's what…
»
Neo Ar
It should be noted that GCs do not have to be non-deterministic in this way, in D there are well …
»
Neo Ar
Yeah, of course situations are no replacement for propogating errors up the stack, same can be sai…
»
Finalspace
The transition from Ansi/Wide strings to UTF-8 only is now complete. All strings in the api uses a…
»
Ryan Fleury
I just stumbled upon this bug: The block is properly filled when we go in the blog post to read …
»
John Cleary
I find using the ability in Github to view differences and history along with the tags helpful. Al…
»
Seth Archambault
K first time using WeeChat, I dig it, but I registered a username, and somehow the password is wro…
»
ratchetfreak
A general GC does not make any assumptions about your allocations which means it must be backed by…
»
yumisen-yamasen
Might be useful for yourself or others. I haven't used it myself, but this site () will try to mat…
»
Henry Kloren
understood. thanks very much for your help.
»
Mārtiņš Možeiko
Almost right. Third one is not really an issue. I was just explaining how memory allocation can be…
»
SIMPalaxy
Getting to the function declaration is really easy in 4coder, ctrl + t or ctrl + shift + t (to lis…
»
Henry Kloren
i see, so just to summarize and see if i fully understand. GC itself has 3 primary issues. it is o…
»
Mārtiņš Možeiko
In languages like C# or Java there is no way. If language is designed with this type of allocation…
»
Henry Kloren
so in a GC language, is there really no way to do a Memory Arena type of set up, where you allocat…
»
Mārtiņš Možeiko
Because you have control when and what to do. Even if you need to deallocate something, you contr…
»
Henry Kloren
Hey guys! Previously, I only learned Java in school, so this is absolutely not a argument; just a …
»
Nikita Smith
One thing I was wondering about: Are you planning on supporting debugging of executables without …
»
Gus Waldo
that makes sense and I guess Casey will continue to tune the memory allocations. In my own code I …
»
Christopher McLaughlin
I would like to share my job hunt frustration here. I learned C from Handmade Hero and it's my dre…
»
Mārtiņš Možeiko
I cannot talk about 4coder as I don't use it, but for emacs/vim you typically configure ctags or m…
»
Simon Anciaux
The frame arena only uses a few blocks of memory (6 allocations on my quick test). So it's not rea…
»
khofez
Hi! This is more of a "i want to know your opinion" question rather than a technical one, I've bee…
»
Simon Anciaux
In addition to this, is it intended that the front page doesn't show a preview of the content of m…
»
Simon Anciaux
It looks like you either are missing the assets (.hha files in the data directory) or you haven't …
»
Simon Anciaux
Thanks. I didn't get that you tried to mimic the "exception syntax". In your C++ exception example…
»
seventh-chord
Im very excited about this. It seems like at least two of the common crashes I was experiencing ar…
»
Guntha
Hello, I just stumbled upon this bug: The block is properly filled when we go in the blog post to…
»
Bananaa6
Thanks for the answer! I was able to turn of the light and by pressing F4 and also F5 works, but I…
»
Ryan Fleury
Recently, I've been working on the game's asset system. I'm doing this to start allowing other dev…
»