I'm not familiar with Sublime, but I'm pretty sure that is not a feature of Sublime. That is simpl…
In your sublimetext directory should be a subl.exe try pointing to that exe in your sublime.bat sh…
I followed the steps in "Day 001" to create a batch file to open up my text editor (text below). I…
Here's to hoping Casey can do some metaprogramming for HMH at some point!
If you start googling around, be aware that sometimes people call what (I think) Casey is doing co…
Yes I guess, something like that:) Thanks for feedback.
Yes it's called once and tested for. The program works and keeps running. But I think it went away…
Casey explained in one of Q&A's that his metaprogramming is simply C code that writes C code. For …
I think this question was already asked several times and Casey always responds with something lik…
Filip —
I second this request! While there is no problem to find links to preprocessor tricks and code-gen…
Are you calling GetDC(0) just once, or in a loop? It should be called once, obviously. Can you sho…
That's a really interesting idea... I'll have to give that some thought...Casey
Looking into the mail situation now. It appears to be a bug in SendOwl. I have notified them and…
Haha, yes, I remember Goof Troop. That co-op mode was a blast. I just realized it's actually a bit…
Haha, that person is awesome. Reminds me of me. :tear: Well done, stranger.
I think I can relate.. it's like when you come up with a melody and then later hear it in a song …
Elias —
Ah, that makes sense. Sorry! : ) Thanks,Casey[/quote] Will do. The receipt mentions it once, bu…
Wanted to point out a couple of thinks I believe should be cleaned up next time another clean up s…
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…