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.
Drexir
"learn c the hard way" well doesn't teach you anything. If anything I'd say it will just end up co…
»
Philip Ludington
I'm jumping back into C, last time was I used C was in the 90's. I started with this website and…
»
Philip Ludington
A pillow, when things where there worst for me, I used pillows as the desks and arms rest.I use a l…
»
Philip Ludington
I like the two-day $80 version. I flew in from Reno, NV and stayed at a hotel anyways, so conside…
»
Mārtiņš Možeiko
And 657 is not counting lines for vulkanexamplebase.cpp/hpp and vulkanswapchain.hpp files which ar…
»
Philip Ludington
In my readings I came across this great set of examples that use the LunarG SDK: Vulkan is VERY v…
»
Drexir
Thank you! Didn't know about the %* for some reason i thought that was be like by default on. Gues…
»
Bryan Taylor
No, you're about halfway there. The missing thing is passing the command line args through to you…
»
Manu
Since there is no page for introductions, I figured "Game discussion" is better than "Code discuss…
»
Drexir
Hello I never set it up the way Casey did because for some reason emacs was a bit much for me. How…
»
Matej Kac
You can use spacemacs ( ), which is distribution of Emacs with vi emulation already integrated.
»
»
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 :blus…
»
ratchetfreak
remove the semicolon from the #define line with it the second line gets expanded to: and after se…
»
siska
Hi guys, Can you please tell me what I'm doing wrong here? This code is from where Casey is start…
»
»
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! :)
»
Mārtiņš Možeiko
You don't need your approach at all. Call to constructor and destructor will be generated automati…
»
Mārtiņš Možeiko
It would look like this: You'll need to override also array new[] and delete[]. See here:
»
Mārtiņš Možeiko
Why would you want something like that instead of global new/delete operators? Defining them doesn…
»
siska
Oh ! OK ... Thanks for explaining !
»
Casey Muratori
Fantastic :(Casey
»
Jim R. Didriksen
Edit: Disregard this post I had messed up the DEBUG_BEGIN_DATA_BLOCK function/define. My copy(hand…
»
Mārtiņš Možeiko
Why would you want that copy&paste? Imho that is very ugly. Better way would be to remove first st…
»
Mārtiņš Možeiko
It's not quantum secure. They are using RSA.
»
Salads
I thought of an easier way to bounds check the game_controller_input union in handmade.h The origi…
»
Casey Muratori
I'm fairly certain that's exactly what will happen. I guess one thing we will be able to say for…
»