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.
Bert Proesmans
Thank you for the replies. I'm looking forward to hear your ideas about this Mr. Muratori! :D
»
Zach
@pseudonym73. The point I was trying to make here, was to encourage those who may be struggling wi…
»
Iker Murga
This was a really interesting post, and I do see some similarities with other topics. However, and…
»
Andrew Bromage
I agree with what zoo is trying to say here, but I disagree (quite strongly!) with the way this i…
»
Andrew Bromage
Another one worth mentioning is . I wouldn't normally mention stuff randomly found on Github, howe…
»
Jim Shearer
After you're comfortable with the content in K&R, I'd recommend Peter van der Linden's . It's the…
»
Zach
I’m writing this post as an extension to the answer Casey gave last night on mathematics and gam…
»
Neil Blakey-Milner
It seems likely that it will, and it seems to me it probably will get "stuck" at some point becaus…
»
Casey Muratori
The sine wave is just a test to make sure the sound is working, so we don't care at all about prec…
»
Casey Muratori
We will actually be covering this topic in the stream. There are a number of things you can do to…
»
Evan Shaw
Thanks! I searched around but didn't find anything mentioning that intrinsic. I added an edit to t…
»
Sagar
On every frame, the variable tSine is incremented. After a while, won't we have issues with precis…
»
»
ben
's at file scope have external linkage by default in C99 In C++ they have linkage! (i.e. declarin…
»
Mike T
I'd like a half stack of bananacakes, please!
»
Dustin P. W. Henry
I definitely second "K&R" for learning The C Programming Language. Tour of C++ comes highly…
»
Simon Anciaux
Thanks for the replies. I tried the commands from the first the stackOverflow link: It fixes both…
»
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 ha…
»
Sam Atkins
Bob Nystrom wrote a series of articles at about some ways to structure code specifically in games…
»
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 problems…
»
Bert Proesmans
Hello I have a question about distributing C programs: What is the best way to guarantee that a co…
»
Stefan Koch
I think it's a great thing you are dooing. Thumbs up!
»
Marco
May the variable be with you.
»
David Gow
is a tutorial for porting Handmade Hero to Linux using the SDL library. I thought this thread mig…
»
Mārtiņš Možeiko
Yes, __rdtsc() is available for gcc. You just need to do #include
»
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 a…
»
Casey Muratori
That doesn't sound like something you should have to do. I don't use GCC anymore, but on LLVM you…
»