Thats all awesome, but can someone tell me how to get it that if you goto next error it won't open…
Casey, on day 40's "post-stream" in reponse to modding support you mentioned you wanted "people to…
Marco —
Hi everyone, Casey mentions meta-programming on the stream quite often and although I know there a…
dwm.exe It disappear quietly from the processlist. Yes, exactly the way it does when a program s…
There are only two mails "From: Handmade Hero " One is the receipt for the order, where it is ment…
Bigpet —
Going down? Are you using dwm or the classic compositor? Also, does it just crash or is it doing t…
As per the documentation for StretchDIBits (, it uses top-left corner and width/height, not min-m…
StretchDIBits function expects width and height of target rectangle, not offset of bottom right co…
Elias —
I'm two weeks behind since I stopped watching over the holidays, but Google searching the forums d…
As long as we stick to aggregates (basically C structs), the new C++ list initializer stuff will d…
Brilliant! Good to know. Thanks.
its an i7. If I recall well, all newer intel cpus, and amds have invariant TSC. That's how I "kno…
Of course I'm not blaming Intel for that. I'm simply stating that those numbers are not what you s…
Visual Studio allows to do inline assembly only for 32-bit code. Here are examples how to use it: …
Right, so I have finally installed this marvelous piece of software, just so I can properly follow…
Yes, but I would think it would be the memorychips, and not Intel to "blame" for that. Invariant…
Yesterday I made this little app that copies the bitmap form GetDC(0) (Desktop) in a gameloop, 30 …
Ah, I see what you meant. That benchmark was not to get expected memcpy numbers on user machine. I…
That's exactly why I say it is unrealistic. As compared to the everyday life you expect on the av…
Are you talking about code I posted ? I was running that on machine with 16GB and with page file …
Yes, this is true. But let me give you my view on things, then you can correct my thinking if it …
Hm, that should not be the problem. Express edition, Community Edition, Professional, Ultimate - t…
Updated the OP with the fix--turns out I just had to switch to Community Edition from Express (bec…
Fred —
In video #32, even though floats are used to just track the position within a tile, Casey is runni…
Yes, if you ask me the whole situation is rather sad because there should just be an f'ing in-lang…
Yeah, this is really sad. Valid C99 (or later) // right hand side is a "compound literal" (anonymo…
samrat —
I re-watched the video and found out what my mistake was. I'd just forgotten to replace the call t…
This specific syntax requires C++11 support. VS2012 is not good with C++11. Alternatively you can …
I may be wrong: we want the game world to wraps around, meaning if you go to -1 you are in fact at…
I've got the same thing compiling casey's code with Visual Studio 2012. There are a few things tha…