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.
Mārtiņš Možeiko
Yes, to accurately print all floating point numbers you will need to use multiple-precision integ…
»
Casey Muratori
No worries! Always better to have a bug found twice than to not have it found at all :) - Casey
»
Eric Thompson
Sorry about that. Should have searched the forums more thoroughly.
»
Casey Muratori
Yep, it's awaiting future work: https://hero.handmadedev.org/foru...972-meters-to-pixels-day-110…
»
Eric Thompson
Hello! I was just reviewing the Handmade Hero code and came across something that has me confuse…
»
Caleb
I would look into Dragon4 for starters, after that I would read this: http://www.cs.tufts.edu/~n…
»
Ameen Sayegh
for the last few days, I was trying to write a function that convert IEEE 754 double precision fl…
»
mojobojo
You may be debugging an optimized build. Check to see if you are building optimized, if so turn o…
»
Ginger Bill
Short answer: Clang is about 3 times _slower_ than MSVC but debug info works okay (so far). Long…
»
Mārtiņš Možeiko
From this: Debug info: Minimal. Clang emits both CodeView line tables (similar to what MSVC emits…
»
Ginger Bill
I am going to test it tonight. I will report on the results.
»
Matt Hartley
Ah I didn't know there were more columns, the Commit Size column stays the same unless a new asse…
»
Bryan Taylor
There are a few columns regarding memory in Task Manager. The default one shown is the Private W…
»
Matt Hartley
I'm using Windows7, the task manager looks like this:
»
Jim R. Didriksen
Are you looking at what the game is using or what it has gotten allocated. In windows 10 I can't…
»
Matt Hartley
I opened up task manager the other day and found that my game is leaking quite a lot of memory, a…
»
ratchetfreak
stepping into the middle of a function argument list isn't really supported. Though normally the…
»
Caleb
Actually, clang-cl can produce PDB information for MSVC now. Just checked it too.
»
Ginger Bill
:P My main concern with LCTHW is not the C code per se (except in some cases where he is incorr…
»
Misu Popescu
@MrPhil You can buy C Programming a modern approach by King at half a price from abebooks.com. P…
»
rizoma
I checked I can do other breakpoints.... so I'm a bit confused.... This is the breakpoint in the…
»
Mārtiņš Možeiko
After watching todays stream, bump - remainder about this topic about MSVC+clang. Clang is used …
»
Bryan Taylor
This usually happens if you edit the file without rebuilding. The source no longer matches up wi…
»
rizoma
So I'm trying to place a breakpoint into my code, but it is ignored when I start debugging (f5) …
»
rizoma
I'm investigating further, maybe what I'm looking for is move the pointer of the kill-ring to the…
»
ratchetfreak
I rewatched Wednesday's 4coder stream (the one with the callback rant in the prestream) I notice…
»
Carsten Holtkamp
Not really getting your point :) you mean overwrite? http://www.gnu.org/software/emacs...tml_no…
»
Benjamin Pedersen
I have made a possible solution for the cutscenes with rotating camera angle. Instead of using a…
»
rizoma
Hi guys I'm using Emacs: I want to delete a word without ctrl-w, so that I can then replace it w…
»
Carsten Holtkamp
You missunderstood me. That wasn't a response to your post. I wrote "someone" not you :) It was j…
»