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.
Ameen Sayegh
The code I took from gist (I assume it is yours) was crashing when I ran it to see the stats (loc…
»
hugo
I just tried on Windows/cl.exe and got a "program stopped working" when the ctime file had a sing…
»
Mārtiņš Možeiko
What OS/compiler you are using? I have tried that on Windows+msvc2015 and on Linux+gcc/clang and …
»
ratchetfreak
that one is forked from: https://gist.github.com/cmuratori/8c909975de4bb071056b4ec1651077e8
»
Ameen Sayegh
I tried CTime and it is a very cool tool. I found a bug when trying to display the stats on a fi…
»
nikki
Maybe i was a bit unclear, or i dont fully understand your answer ;). But i meant: I have an arr…
»
ratchetfreak
nikki I was thinking some more about this, I eventually intend to have more lists of nodes that o…
»
nikki
I was thinking some more about this, I eventually intend to have more lists of nodes that ought t…
»
nikki
@ratchetfreak @dfrunza, thanks guys, I didnt think of the freelist at all, a combination of a ded…
»
»
Asaf Gartner
I'm arriving on the 11th and leaving on the 25th.
»
ratchetfreak
free list doesn't work? For freeing a linked list you'll want to have a tail pointer (either in …
»
nikki
Hiya, I've been using the Memory Arena stuff in a project of my own, now I ran into something wh…
»
Jesse
BillDStrong Now, is it of the same quality of the hand crafted story? Not really. But it did achi…
»
Bill Strong
You've got most of it. You just missed the bit where instead of destroying and recreating a subar…
»
Bill Strong
tienery A score system of any description A failure state And an end goal, or a goal in which th…
»
Bill Strong
JesseMeyer BillDStrong One of the best reviewed games ever, Elder Scrolls V: Skyrim, used a rando…
»
Michael Cameron
BillDStrong Keeping in mind it is just one of the tools in the toolbox, you don't have to use ev…
»
graeme
msmshazan I am a beginner in programming and when I look at code online like library code and git…
»
Luke
BillDStrong Now I do have a philosophical question for you. If you are presenting a very scripted…
»
Jesse
BillDStrong One of the best reviewed games ever, Elder Scrolls V: Skyrim, used a randomly generat…
»
Jesse
Be aware that transforming OOP code into something more machine centric is not a task for a begin…
»
Juank Prada
I have a few questions about Arenas. First a big amount of memory is allocated using platform lay…
»
hugo
You could show us a project you have done that you want to improve the design. This playlist is …
»
Shazan
I am a beginner in programming and when I look at code online like library code and github code.T…
»
Bill Strong
One of the best reviewed games ever, Elder Scrolls V: Skyrim, used a randomly generated story tel…
»
Luke
chronokun I consider this to be the biggest and most prolific misconception about procedural gene…
»
AndrewJDR
Sometimes, I'm doing some pretty plain mathy stuff, maybe in a tight loop (total nonsense pseudoc…
»
AndrewJDR
On the topic of a Comment out hotkey/feature, I realized there are a bunch of different ways to g…
»
AndrewJDR
Hi Allen, Some common commenting techniques used with manually managed code formatting (i.e. man…
»