The problem with const is that the C++ spec is busted, so there's no real way for the compiler to…
All good, insanoflex, I appreciate the help you've given, and I understand that I should only inc…
Yes - on my dev machine at work I only use Etymotic ER4p's and you can hear every single bug on t…
I was going to explain how including files works, but I realized that my calling in life isn't te…
The quality of your headphones (or speakers in general) will definitely affect your ability to he…
Sweet, thanks for the answers guys!
I imagine everything included into a single file for compila…
Currently, the handling of periodic ranges in GetBestMatchAssestFrom is implemented as
1
2
3real…
Awesome! Very glad to see that lerp was not wasted effort :) It may just be that I am not using…
Well, there are really two answers to this question, depending on you are programming the way I p…
I also examined this recently, partly because I was a bit puzzled as to why Casey said he couldn'…
I've been toying around with the audio mixer to see if I can get some intuition on why the linear…
Assuming I had a header file "foo.h," created another class with header file "bar.h" and body "ba…
Handmade Hero is awesome and you've made it awesome, Casey. Preordered after reading the concept …
In my spare time, I'm making an open source GPU-powered image editor called Papaya in OpenGL and …
That looks pretty typical, with the exception perhaps of Erlang (I'm not sure I've heard of that …
These are nice solutions, but I found a much simpler one -- set makeprg=build.bat.
Simply cd to…
I was curious when this question came up in the stream and googled it.
This thread on the LoL for…
Its working now. Figured out that I was binding the keys wrong. Vim executes commands based off o…
Relevant post from Andreas Fredriksson about emitting C from Lisp:
http://voodoo-slide.blogspot.…
I've given clang-format a try and I suppose it would have saved me some time when I was still usi…
You should take a look at clang-format. We use it at work, and it keeps us from having to do any …
OK, then for right now, let's forge ahead with just my repo being the CPP repo, then, and not try…
Yeah, okay. This should stay primitive if the software we're using to handle the code base in any…
Yeah, the private fork under the Handmade Hero org is the biggest difference. That's still nice t…
Well, but it would allow people to have the full source code in their repository and not worry ab…
cmuratori I'll be honest, it's really pathetic that it can't trivially do this setup. It's like …
So, another thing I am thinking: maybe we just don't do the community cpp repository at all. May…
So, the next question would be, should we just ditch GitHub? If it sucks, it sucks. If we could…
Hei debiatan!
Man, absolutely. At a guess, the shortest amount of time I could possibly spend on…
I don't see the value of submodules, except that they would allow public repositories to referenc…