Ah I see. That fixes the #includes issue I was having.
'static' means 'local to translation unit', and so the function has 'internal linkage' and so the …
GameUpdateAndRender and GameGetSoundSamples. handmade.cpp handmade.h It is located in main.cp…
About which function is warning about? In which file it is defined? And where declared? How are yo…
That is a warning? It can't be... I created a brand new C++ project, and created a static function…
The reason I always tag comments with my name is so that I can search for them on projects where t…
I have never even heard of King's Field. I will see if I can find it, or at least I will watch a …
Did you read past first paragraph of my post? Literally the next sentence I say that it is acting…
Take a look at the warnings casey disabled in the build command file. He explicitly disabled that …
Before Day 21, all of the codes I followed with Casey can be compiled and built without much fuss …
that sounds an interesting idea, even if it doesn't fix my problem would reduce the opening time b…
J —
I used to think that OOP was the be all end all of programming. Then I took a class where the prof…
It might be better to base lengths on heights, but since we view the character from an angle, the …
What I meant was a shortcut to cycle throw errors instead of having to double click on lines in th…
Bigpet —
I love source control as much as the next guy but I really like including the name after the comme…
When I make and create games in C and I don't have a renderer sorted yet, I use the AllocConsole()…
Isn't that one of the key features of a version control system? I mean, I've been working in .Net …
Here is different single-header library for debug text: (public domain) From Sean Barrett, author…
Did you read past first paragraph of my post? Literally the next sentence I say that it is acting…
On the day 32 Q&A, there was a question about printing debug text on screen, and though that's som…
Yeah, it's good practice to put your name in your comments so that someone can come ask you about …
The Handmade Penguin guide recommends KDevelop: It's a full-fledged IDE, but can be launched from…
Not quite. In Seiken Densetsu 3 (the game in the picture) and Secret of Mana, you are unable to h…
andrea —
There're already programmers working on the same code: that's us. :3 With that notation you can ad…
I guess I should resist the urge to ask more about possible errors along the way from Day 21 on th…
I'm a very big Diablo fan (I like the original one specially), and I always wanted to kind of crea…
I think the title speaks for itself. Why do you (Casey) always put your name on every todo, note, …
I am using emacs on linux, so the process is different I'm sure. But I run emacs as a "daemon" (ju…
Don't know if you figured something out for this, but if you go to Plugins > NppExec > Advanced O…
Yes, that example is simple enough, since it is actually fake elevation as you say. But what if y…