We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Casey Muratori
In theory, this should be fixed now. It was a SendOwl problem. - Casey
»
Iker Murga
I did think about the adding new parts, but hand't realized about the part of making it easier to…
»
Lachlan Easton
I wouldn't call it copy pasta since it doesn't mess the code up in any way. As it is the incremen…
»
Iker Murga
At the beginning of GameUpdateAndRender, the Bitmap pointer is advanced after loading the head, c…
»
Iker Murga
If you check the Coding Resources link, Matthew VanDevander wrote a guide to use Sublime Text 3, …
»
Benjamin Kloster
"What's New in CPUs Since the 80s... How Does It Affect Programmers?" covers some of the new feat…
»
Andre Bauland
sinsizer Add quotation marks as parameter and it works without blocking. 1start "" "C:\Program F…
»
sinsizer
[quote=thrahistan]only notepad++ keeps the console window claimed. I think it's up to the invoked…
»
Andre Bauland
mmozeiko If you want to launch other program (sublime_text.exe) and not wait till it ends, you ne…
»
Andrew Bromage
On POSIX platforms (Linux, OS X) the C standard library includes the ffs family of functions, e.g…
»
Tribuadore
I get about the same as @thrahistan....16%-18% But I'm running an implementation of Handmade Her…
»
Gregory
thrahistan In your sublimetext directory should be a subl.exe try pointing to that exe in your su…
»
Mārtiņš Možeiko
I'm not familiar with Sublime, but I'm pretty sure that is not a feature of Sublime. That is simp…
»
Andre Bauland
In your sublimetext directory should be a subl.exe try pointing to that exe in your sublime.bat s…
»
Gregory
I followed the steps in "Day 001" to create a batch file to open up my text editor (text below). …
»
Randy Gaul
Here's to hoping Casey can do some metaprogramming for HMH at some point!
»
Patrick Lahey
If you start googling around, be aware that sometimes people call what (I think) Casey is doing c…
»
Livet Ersomen Strøm
midnight_mero I think I can relate.. it's like when you come up with a melody and then later hea…
»
Livet Ersomen Strøm
Yes it's called once and tested for. The program works and keeps running. But I think it went awa…
»
Mārtiņš Možeiko
Casey explained in one of Q&A's that his metaprogramming is simply C code that writes C code.…
»
BlueWolf
I think this question was already asked several times and Casey always responds with something li…
»
Filip
I second this request! While there is no problem to find links to preprocessor tricks and code-ge…
»
Mārtiņš Možeiko
Are you calling GetDC(0) just once, or in a loop? It should be called once, obviously. Can you sh…
»
Casey Muratori
That's a really interesting idea... I'll have to give that some thought... - Casey
»
Casey Muratori
Looking into the mail situation now. It appears to be a bug in SendOwl. I have notified them an…
»
Nines Baobaberson
Haha, yes, I remember Goof Troop. That co-op mode was a blast. I just realized it's actually a b…
»
Nines Baobaberson
theinternetftw One person from Skyrim, which I unfortunately couldn't find on the map. Haha, tha…
»
Nines Baobaberson
Kladdehelvete I even think, to my self, in private, I must have gotten some inspiration from them…
»
Elias
mmozeiko StretchDIBits function expects width and height of target rectangle, not offset of botto…
»
Iker Murga
Wanted to point out a couple of thinks I believe should be cleaned up next time another clean up …
»