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.
Philip Ludington
Thanks for all the thoughts! Since Learn C the Hard Way is free, I think I'll just finish it and…
»
Jim R. Didriksen
Settings -> Preferences -> Backup/Auto-Completion Enable auto-completion on each input. …
»
Joshua
I wanted to try to use Emacs, but I couldn't quite figure it out(well, given I didn't put much ti…
»
Ginger Bill
Here is an article that I mainly agree on with why "Learn C the Hard Way" is bad: http://hentenaa…
»
Bryan Taylor
I don't get the hate for Learn C The Hard Way. It's fine. I wouldn't buy a book to learn C, tho…
»
Buzz
Per the recent Vulkan webinar, it sounds like NVIDIA is currently not working on Fermi (400) supp…
»
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…
»