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.
Ginger Bill
I would suggest learning C99 as this is supported by most compilers (and now MSVC 14+ (except VLA…
»
Connor
I myself do not have any wrist troubles (yet, hopefully never). But I always hear the you should …
»
Rasmus Rønn Nielsen
Okay, I did not express myself clearly I see now. I am talking about whenever our platform code e…
»
ratchetfreak
Find the specification of the version you are using. There have been several and they are not a…
»
ratchetfreak
The OS never reclaims any blocks you don't tell it to.
»
Ginger Bill
"Learn C The Hard Way" is dreadful. I would suggest The books: -- The C Programming Language (K…
»
Rasmus Rønn Nielsen
Casey introduced the idea of a transient memory block that can be rebuilt when needed from the pe…
»
Drexir
"learn c the hard way" well doesn't teach you anything. If anything I'd say it will just end up c…
»
Philip Ludington
I'm jumping back into C, last time was I used C was in the 90's. I started with this website htt…
»
Philip Ludington
1) A pillow, when things where there worst for me, I used pillows as the desks and arms rest. 1) …
»
Philip Ludington
I like the two-day $80 version. I flew in from Reno, NV and stayed at a hotel anyways, so consid…
»
Mārtiņš Možeiko
And 657 is not counting lines for vulkanexamplebase.cpp/hpp and vulkanswapchain.hpp files which a…
»
Philip Ludington
In my readings I came across this great set of examples that use the LunarG SDK: https://github.c…
»
Drexir
Thank you! Didn't know about the %* for some reason i thought that was be like by default on. Gue…
»
Bryan Taylor
No, you're about halfway there. The missing thing is passing the command line args through to yo…
»
Manu
Since there is no page for introductions, I figured "Game discussion" is better than "Code discus…
»
Drexir
Hello I never set it up the way Casey did because for some reason emacs was a bit much for me. Ho…
»
Matej Kac
You can use spacemacs ( http://spacemacs.org/ ), which is distribution of Emacs with vi emulation…
»
Mārtiņš Možeiko
Whoa. Dejavu. https://hero.handmadedev.org/foru...s-to-be-assigned-to-to-a-variable
»
Casey Muratori
In theory, next week the entire stream will be me making a modal mode for 4coder that is the same…
»
Ginger Bill
There is something called "Evil Mode" in emacs. This is pretty much vi/vim commands for emacs. Vi…
»
siska
Unbelievable !!! You do not want to know how many hours I've spent trying to solve this bug :bl…
»
ratchetfreak
remove the semicolon from the #define line with it the second line gets expanded to: 1real32 t …
»
siska
Hi guys, Can you please tell me what I'm doing wrong here? This code is from where Casey is sta…
»
»
elle
I often have a lot of questions, but unfortunately have to sleep when the stream is live. Can you…
»
Salads
I agree it IS very ugly... Also thanks! :)
»
Andrew Kelley
Aha. Thanks, this has been very informative for me.
»
Mārtiņš Možeiko
You don't need your approach at all. Call to constructor and destructor will be generated automat…
»
Andrew Kelley
I see, so we could merge our two approaches in order to make new and delete look and act like nor…
»