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.
Handmade Network»Feed
Mārtiņš Možeiko
Using 64-bit types in 32-bit CPU/process is not so expensive as you might think. Definitely not a…
»
David Owens II
There's no need to add the files to the project; you can set breakpoints without it. Also, then y…
»
stefan
Plus you can add your source code files to Xcode so you can set breakpoints as in VS : in the Fil…
»
Lenny
I've attached a .zip as GoDaddy website builder seems down at the moment for me. Edit: Can't see…
»
Andrew Chronister
Yeah, this would be quite welcome, especially on the days when you're rushing to get in all the c…
»
Sebastian
Yeah the compiler has to emulate 64 bit operations on a 32 bit CPU, but *that's what it does now*…
»
Andrew Chronister
Not being very experienced on the topic, I think the reason we don't do this is that emulating 64…
»
David Owens II
Well, it ends up being the same as VS, but you need to manually do it. Step 1: Create a new Proj…
»
Dan
Sorry, what I meant by "doesn't support this mode", I was referring to a standalone debug mode, n…
»
David Owens II
Xcode 6 uses LLDB. In fact, it's the only debugger that Xcode supports out of the box.
»
Jonathan Loiterman
I tried adding the ellipse code to StretchDIBits too and got the same result. The nearest I can …
»
Dan
Would anyone know of any decent stand alone debuggers for OSX that can use LLDB? (I don't think …
»
Jonathan Loiterman
I'm trying to attach the code here using the Attachments tool. there is a line of code instere…
»
Gav
Try sticking the following directly after the StretchDIBits code within the same function: 1 2El…
»
Gav
The Circle is drawing straight to screen and not using the backbuffer I guess, as you're getting …
»
Gav
Thanks all @jloiterman - No, afraid not. I just like to know the finite detail of how things wor…
»
Jonathan Loiterman
I think OP was trying to do something similar to me in my Windows/Debugger post today. Just tryin…
»
Jonathan Loiterman
Sorry, seems like uploading the .cpp file is not working either for some reason. Not sure what th…
»
Jonathan Loiterman
Thanks so much for anyone who has the patience to read this. So, I'm on day 5 of Handmade Hero, …
»
Jeff Buck
Whoops, looks like nxsy posted the same problem while I was typing mine up. At least we recommend…
»
Jeff Buck
A few days ago, Casey added a size_t type declaration for memory_index to handmade_platform.h. Fo…
»
Neil Blakey-Milner
On day 34, the following line was added to handmade_platform.h: 1 typedef size_t memory_index…
»
Nines Baobaberson
On rebindable keys as related to handmade hero: One thing Casey mentioned at one point, I think,…
»
Lance T Hildebrand
I would love to see more about it. I feel that windows is in dire need of (more) good text editor…
»
Patrick Lahey
I thought this post was really insightful (it was written when Atom was announced): Why Atom Can…
»
Casey Muratori
I'll see what I can do! - Casey
»
Casey Muratori
Awesome! Do you have a demo video anywhere we can check out? - Casey
»
Casey Muratori
Historically, the device context was a handle Windows used to allow you to set the state of the g…
»
Patrick Lahey
Absolutely this: Software engineering is fundamentally about taming complexity. Part of the job …
»
Bigpet
The microsoft documentation is really not that bad if you follow the link that Nimbal posted you …
»