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.
Paul
Very interesting, Casey. Thank you greatly for your replies. In your opinion and from experience…
»
Abner Coimbre
Expanding on gazto's comments, those interested in the topic should check out Steven Pinker's mos…
»
Casey Muratori
I usually set up a dummy project, then set the "run" settings to create a custom run config to po…
»
Ori Avtalion
DomsL Is there any way to do that better? Like open from the command line? Or something that does…
»
Dominik
Hello, I'm trying to use Qt Creator for debugging on Linux (for a side project). As for now I o…
»
Benjamin Kloster
To reduce the length of lines, I sometimes like to format function calls like this: 1 2 3 4 5int…
»
Carlos Gabriel Hasbun Comandari
I agree. However, one constructive criticism I insist on the didactic side is that it seems to su…
»
Casey Muratori
The problem with const is that the C++ spec is busted, so there's no real way for the compiler to…
»
Paul
All good, insanoflex, I appreciate the help you've given, and I understand that I should only inc…
»
Casey Muratori
Yes - on my dev machine at work I only use Etymotic ER4p's and you can hear every single bug on t…
»
Justin
I was going to explain how including files works, but I realized that my calling in life isn't te…
»
Flyingsand
The quality of your headphones (or speakers in general) will definitely affect your ability to he…
»
Paul
Sweet, thanks for the answers guys! I imagine everything included into a single file for compila…
»
x13pixels
Currently, the handling of periodic ranges in GetBestMatchAssestFrom is implemented as 1 2 3real…
»
Casey Muratori
Awesome! Very glad to see that lerp was not wasted effort :) It may just be that I am not using…
»
Casey Muratori
Well, there are really two answers to this question, depending on you are programming the way I p…
»
Flyingsand
I also examined this recently, partly because I was a bit puzzled as to why Casey said he couldn'…
»
Miguel Lechón
I've been toying around with the audio mixer to see if I can get some intuition on why the linear…
»
Justin
Assuming I had a header file "foo.h," created another class with header file "bar.h" and body "ba…
»
Paul
Handmade Hero is awesome and you've made it awesome, Casey. Preordered after reading the concept …
»
Apoorva Joshi
In my spare time, I'm making an open source GPU-powered image editor called Papaya in OpenGL and …
»
Casey Muratori
That looks pretty typical, with the exception perhaps of Erlang (I'm not sure I've heard of that …
»
Andrew Chronister
These are nice solutions, but I found a much simpler one -- set makeprg=build.bat. Simply cd to…
»
Mike T
I was curious when this question came up in the stream and googled it. This thread on the LoL for…
»
mojobojo
Its working now. Figured out that I was binding the keys wrong. Vim executes commands based off o…
»
drjeats
Relevant post from Andreas Fredriksson about emitting C from Lisp: http://voodoo-slide.blogspot.…
»
Miguel Lechón
I've given clang-format a try and I suppose it would have saved me some time when I was still usi…
»
Ben Smith
You should take a look at clang-format. We use it at work, and it keeps us from having to do any …
»
Casey Muratori
OK, then for right now, let's forge ahead with just my repo being the CPP repo, then, and not try…
»
Abner Coimbre
Yeah, okay. This should stay primitive if the software we're using to handle the code base in any…
»