That's the perfect attitude to have for pretty much anything programming-related :) Most popular…
Hi Nimbal and frkn, Thanks to both of you I was finally able to set up a VS 2013 project. I went a…
Haha. Thanks mate. It's always something small.
Bigpet —
I'll take a look at the book. And to just to be clear I was a devotee of the OOP stuff, most of th…
Some of the refactorings in Fowler is quite offensive to the non-OOP brainwashee such as taking a …
Furkan —
Hi, i have just created solution files for 32bit and 64bit builds and attached the solution direct…
Petri —
I like Casey's attitude of simplifying things by asserting on fixed behavior. Many Amiga games wer…
Thanks for the hint, I will look what I can find.
That sounds like the working directory isn't set correctly. From the screenshots in the article I …
Thank you for the quick reply. I have been looking into that solution(makefile) as well. I found s…
I don't have VS handy right now, but instead of convincing the IDE to build the solution with the …
Hi, I have been trying to follow along with the series but everyday I have to give up after 10~15 …
Casey decided to treat keyboard as controller 0, and alla gamepades as controllers 1 to 4. So win3…
For those who would like to know more about this technique, I recommend . From my limited experien…
Okay, I've put the code up on github: To contribute, create pull requests and github issues! If c…
Casey doesn't read the chat while he's talking, and shame sounds mean. It would be better to say o…
Max —
nvm, will do this on GitHub :lol: Will update with more commands whenever I see we should add som…
Sorry for the delay; Chapter 16 of Handmade Penguin is now up. This is the longest chapter yet, a…
So, I had an issue where my keyboard input wouldn't work, and after much looking back over the vid…
Furkan —
I guess i've found my answer. Intrinsics are built-in to compilers. This means which functions are…
I know that Casey very deliberately does not call C.O.P. "refactoring" due to the OOP baggage that…
Yes! I do this too, it works great. I've tried a few different workflows out. I'm probably most us…
My main objection to this technique is that it pretends that simulating the game is valuable even …
I believe WMI stuff for display configuration won't work on Windows XP (or won't work reliably). Q…
It's easy to get from WMI: But I know that is not very helpful in a C program. I bet interacting …
It's kind of hard to say without actually watching you program :) But yes, it sounds like you may…
The problem we're trying to figure out is just that Windows is allowed to return "0 or 1" for that…
Yes, the monitor refresh rate is a hard bound on how many frames per second you can show. If you …
I will start loading up official videos on Monday. If there is sufficient interest I might do a li…