One could consider not using the CRT at all ... (is that what Casey is going to do?) Or compile wi…
I tend to do a lot of symbolic links instead of doing Casey's subst trick (which used to be my got…
The point I was making was about what a mathematician does vs what they teach in high school. (And…
I think this analogy is deeper than you think it is, but it undercuts your point a little :) Yes,…
I am not going to be happy with this site until it loads up >2MB of JavaScript prior to rendering …
As Casey noted, this is just a placeholder sound, and premature optimisation is the root of all ki…
I remember reading these articles last year. Around that time I got inspired to make a game. It ma…
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…
This was a really interesting post, and I do see some similarities with other topics. However, and…
I agree with what zoo is trying to say here, but I disagree (quite strongly!) with the way this i…
Another one worth mentioning is . I wouldn't normally mention stuff randomly found on Github, howe…
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…
It seems likely that it will, and it seems to me it probably will get "stuck" at some point becaus…
The sine wave is just a test to make sure the sound is working, so we don't care at all about prec…
We will actually be covering this topic in the stream. There are a number of things you can do to…
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!
I definitely second "K&R" for learning The C Programming Language. Tour of C++ comes highly…
Thanks for the replies. I tried the commands from the first the stackOverflow link: It fixes both…
use const for everything. variables are overrated.
Hi! You can see examples of the first Platform API shown by Casey in SDL and cocos2dx code. SDL ha…
Bob Nystrom wrote a series of articles at about some ways to structure code specifically in games…
My Quick tip would be : use mingw.
Thanks for your excellent responses I will check out those texts. What I was having some problems…