Casey, if you are thinking of adding more time at the end of the stream to review everything, I wo…
Justin —
Im wondering if anyone knows of some good books that'll help with learning the windows side of the…
The main point to realize is that in isometric perspetive there is no foreshortening. What this me…
You can temporarily avoid editing the golden handmade_platform.h file by adding this to the compil…
Since both "references" we are handling right now are The Binding of Isaac and the original Zelda,…
Fixed a bug where low power graphics chip in the macbook air would cause initialization of OpenGL …
ryalla —
We should start collecting these "why OO is misused/overused" links somewhere.[/quote] This arti…
Interestingly, just saw this piece on Slashdot today: We should start collecting these "why OO is…
One thing while I think of it. A "handle" is, in data structure parlance, a doubly indirect refere…
Using 64-bit types in 32-bit CPU/process is not so expensive as you might think. Definitely not an…
There's no need to add the files to the project; you can set breakpoints without it. Also, then yo…
stefan —
Plus you can add your source code files to Xcode so you can set breakpoints as in VS : in the File…
Lenny —
I've attached a .zip as GoDaddy website builder seems down at the moment for me. Edit: Can't seem …
Yeah, this would be quite welcome, especially on the days when you're rushing to get in all the co…
Yeah the compiler has to emulate 64 bit operations on a 32 bit CPU, but that's what it does now. T…
Not being very experienced on the topic, I think the reason we don't do this is that emulating 64-…
Well, it ends up being the same as VS, but you need to manually do it. Step 1: Create a new Projec…
Dan —
Sorry, what I meant by "doesn't support this mode", I was referring to a standalone debug mode, no…
Xcode 6 uses LLDB. In fact, it's the only debugger that Xcode supports out of the box.
I tried adding the ellipse code to StretchDIBits too and got the same result. The nearest I can te…
Dan —
Would anyone know of any decent stand alone debuggers for OSX that can use LLDB? (I don't think X…
I'm trying to attach the code here using the Attachments tool. there is a line of code instered th…
Gav —
Try sticking the following directly after the StretchDIBits code within the same function: In my …
Gav —
The Circle is drawing straight to screen and not using the backbuffer I guess, as you're getting a…
Gav —
Thanks all @jloiterman - No, afraid not. I just like to know the finite detail of how things work …
I think OP was trying to do something similar to me in my Windows/Debugger post today. Just trying…
Sorry, seems like uploading the .cpp file is not working either for some reason. Not sure what the…
Thanks so much for anyone who has the patience to read this. So, I'm on day 5 of Handmade Hero, an…
Whoops, looks like nxsy posted the same problem while I was typing mine up. At least we recommende…