We do not ever want to close the period, because we are trying to keep the scheduler at 1ms for th…
he is not a big fan of unnecessary cleanups, during one of his streams he talked about allowing th…
Thank you. I will try it out. I have been trying different console solutions for Windows but the o…
At line 970-971 in the source code (of day 24), it says According to the MSDN documentation for th…
Chris —
Without having VS open in front of me, I believe it's somewhere under Tools->Options->Text Editor-…
The problem is generalizing the solution. It's fairly straightforward in our implementation in HH…
I've been doing programming in various areas among other things for a couple decades. I've done e…
Cort —
I've been programming for about 20 years, including 12 years as a professional game programmer (2 …
Cort —
Looks like this must've been addressed in today's video (Day 24). Please disregard! So, was the c…
I mentioned this on the twitch channel (apparently people are on there all day?), but if anyone wa…
you can create two projects, but use a single directory, both projects will have the smae files bu…
Configurations Properties > General > Configuration Type change it from Application (.exe) to Dyna…
Project > Properties Configurations Properties > General > Configuration Type change it from Appli…
Hey guys, I'm stuck on week 5. I can follow along using the command line just fine but I prefer to…
If I understood correctly I should manage to keep up with the vsync, whatever it is, even though i…
You don't actually need the log file. You just need to store descriptions of all the structs, and…
Honestly, this is probably not the answer you were looking for, but I would run a game at somethi…
Hi, Maybe this question is off topic (or future topic) but I've been thinking about it the whole d…
I switched over to mmap() because I was thinking of doing some clever debugging/testing tools that…
Aaron —
I haven't changed anything from whatever the defaults are, at least. How would I check?
Filip —
Great to have so much competence here! Better answers then the whole rest of the internets :) Btw…
On Day 022, Casey mentioned that there is a way to support hot reloading across data structure cha…
skeeto —
A couple years ago I wrote an Emacs mode called () for accomplishing the live editing part with J…
Chris —
That could explain why source navigation isn't working for you. Have you verified that intellisens…
A couple of things here… I timed the attached test program of that bug report on my 10.10 system…
Filip, I switched my Mac platform layer over to mmap. I'm still cleaning up some code from the pas…
Bigpet —
You can just use the twitch chat via most IRC clients as described here:
Aaron —
Hmmm...I was under the impression that was supposed to be a .sdf file in my project folder, but I …
Chris —
Last time I checked, Visual Studio uses a different C++ parser than the compiler. So, it's possibl…
Chris —
I'm not aware of a feature to include your source code directly into your EXE. Microsoft does have…