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.
Handmade Network»Feed
Neil Blakey-Milner
It seems likely that it will, and it seems to me it probably will get "stuck" at some point becau…
»
Casey Muratori
The sine wave is just a test to make sure the sound is working, so we don't care at all about pre…
»
Casey Muratori
We will actually be covering this topic in the stream. There are a number of things you can do t…
»
Evan Shaw
Thanks! I searched around but didn't find anything mentioning that intrinsic. I added an edit to …
»
Sagar
On every frame, the variable tSine is incremented. After a while, won't we have issues with preci…
»
ciprian
[hide]it really is amazing.[/hide]
»
ben
const's at file scope have external linkage by default in C99 In C++ they have internal linkage!…
»
Mike T
I'd like a half stack of bananacakes, please!
»
Dustin P. W. Henry
I definitely second "K&R" for learning <i>The C Programming Language</i>. Tour of…
»
Simon Anciaux
Thanks for the replies. I tried the commands from the first the stackOverflow link: 1 2netsh wi…
»
James Jackson
use const for everything. variables are overrated.
»
David Roguin
Hi! You can see examples of the first Platform API shown by Casey in SDL and cocos2dx code. SDL…
»
Sam Atkins
Bob Nystrom wrote a series of articles at http://gameprogrammingpatterns.com/ about some ways to …
»
Stefan Koch
My Quick tip would be : use mingw.
»
Albert R Cowie
Thanks for your excellent responses I will check out those texts. What I was having some problem…
»
Bert Proesmans
Hello I have a question about distributing C programs: What is the best way to guarantee that a …
»
Stefan Koch
I think it's a great thing you are dooing. Thumbs up!
»
Marco
May the variable be with you.
»
David Gow
Handmade Penguin is a tutorial for porting Handmade Hero to Linux using the SDL library. I thoug…
»
Mārtiņš Možeiko
Yes, __rdtsc() is available for gcc. You just need to do #include <x86intrin.h>
»
Mārtiņš Možeiko
sizeof('a') is 4 in C, but 1 in C++
»
Casey Muratori
The game, like the series, is also called Handmade Hero :) And yes, this is a forum for talking …
»
Casey Muratori
That doesn't sound like something you should have to do. I don't use GCC anymore, but on LLVM yo…
»
Casey Muratori
Although I'm not a spec wrangler myself, my understanding is there are definitely a number of the…
»
Casey Muratori
As a sidenote, compilers like LLVM also allow you do to this - if you use an enum for the switch,…
»
Casey Muratori
My understanding was that the C++ Committee is still hotly debating whether or not variables are …
»
AndrewJDR
I heard there will be The Variable in C++17 is it true?
»
Tod Hansmann
Oh no no no, my friend. Javascript has variables, if you want them to be variables. You can eve…
»
Neil Blakey-Milner
Totally tangentially, one of the features that I enjoy in D (the programming language) is "final …
»
John Hyde
I'll be honest, I knew that this topic was going to be excellent from the title, but I didn't exp…
»