Handmade Network»Feed
Tod Hansmann
The problem is generalizing the solution. It's fairly straightforward in our implementation in H…
»
Tod Hansmann
I've been doing programming in various areas among other things for a couple decades. I've done …
»
Cort
I've been programming for about 20 years, including 12 years as a professional game programmer (2…
»
Cort
EDIT: Looks like this must've been addressed in today's video (Day 24). Please disregard! So, wa…
»
Tod Hansmann
I mentioned this on the twitch channel (apparently people are on there all day?), but if anyone w…
»
ambiguous panda
you can create two projects, but use a single directory, both projects will have the smae files b…
»
John Meyer
ambiguous.panda 1) Project > Properties 2) Configurations Properties > General > Config…
»
ambiguous panda
1) Project > Properties 2) Configurations Properties > General > Configuration Type ch…
»
John Meyer
Hey guys, I'm stuck on week 5. I can follow along using the command line just fine but I prefer t…
»
David Roguin
If I understood correctly I should manage to keep up with the vsync, whatever it is, even though …
»
Casey Muratori
You don't actually need the log file. You just need to store descriptions of all the structs, an…
»
Casey Muratori
Honestly, this is probably not the answer you were looking for, but I would never run a game at s…
»
David Roguin
Hi, Maybe this question is off topic (or future topic) but I've been thinking about it the whole…
»
Jeff Buck
I switched over to mmap() because I was thinking of doing some clever debugging/testing tools tha…
»
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 :) Bt…
»
Earthserver
On Day 022, Casey mentioned that there is a way to support hot reloading across data structure ch…
»
skeeto
A couple years ago I wrote an Emacs mode called Skewer (demo video) for accomplishing the live ed…
»
Chris
That could explain why source navigation isn't working for you. Have you verified that intellisen…
»
zenmumbler
A couple of things here… I timed the attached test program of that bug report on my 10.10 system…
»
Jeff Buck
Filip, I switched my Mac platform layer over to mmap. I'm still cleaning up some code from the pa…
»
Bigpet
You can just use the twitch chat via most IRC clients as described here: http://help.twitch.tv/…
»
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 possib…
»
Chris
I'm not aware of a feature to include your source code directly into your EXE. Microsoft does hav…
»
Mārtiņš Možeiko
If you don't like vm_allocate you can use mmap to allocate mempoy (mmap works also on Linux). Som…
»
Casey Muratori
You can definitely do it in C++, it's just a massive amount more work. It was, you know, 20-30 l…
»
Filip
Does anyone know how of how you specify a base address in vm_allocate? And specifically why a spe…
»
Aaron
Hi guys. I'm on day 6 of the videos at the point where Casey uses Visual Studio to open up xinput…
»
Mārtiņš Možeiko
There is Runtime Compiled C++ (https://github.com/RuntimeCompiledCPlusPlus/RuntimeCompiledCPlusPl…
»