More code gen from the ZeroMQ / nanomsg guy: I imagine a DNA reader implementation for C wouldn't…
I remember you mentioned Steven Pinker's "" in the first part of your . I am glad that more peopl…
Okay, so I did some initial tests and here's what I've got. The actual cycle count isn't too relev…
When calling a function recursively, take also into account that the whole state of the function (…
Looks like his two major arguments against it are:Repeated function calls result in overhead, pre…
from author V. Anton Spraul (pages 24-27) for some arguments to think about.
Paul —
Awesome, thanks ChronalDragon!
I'm writing some code that seems like it would be simpler to express using a recursive method (it'…
If your file structure means that a file will be included twice, the compiler will have no qualms …
Paul —
Very interesting, Casey. Thank you greatly for your replies. In your opinion and from experience, …
Expanding on gazto's comments, those interested in the topic should check out Steven Pinker's most…
I usually set up a dummy project, then set the "run" settings to create a custom run config to poi…
Perhaps this will work from the command line: For more info, check .
Hello, I'm trying to use Qt Creator for debugging on Linux (for a side project). As for now I open…
To reduce the length of lines, I sometimes like to format function calls like this: (I suppose th…
I agree. However, one constructive criticism I insist on the didactic side is that it seems to suf…
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 incl…
Yes - on my dev machine at work I only use Etymotic ER4p's and you can hear every single bug on th…
Justin —
I was going to explain how including files works, but I realized that my calling in life isn't tea…
The quality of your headphones (or speakers in general) will definitely affect your ability to hea…
Paul —
Sweet, thanks for the answers guys! I imagine everything included into a single file for compilati…
Currently, the handling of periodic ranges in GetBestMatchAssestFrom is implemented as An alterna…
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 pr…
I also examined this recently, partly because I was a bit puzzled as to why Casey said he couldn't…
I've been toying around with the audio mixer to see if I can get some intuition on why the linear …
Justin —
You would include the .h file, if you used the class in bar. Ok, so there are two different reaso…
Paul —
Handmade Hero is awesome and you've made it awesome, Casey. Preordered after reading the concept a…
In my spare time, I'm making an open source GPU-powered image editor called Papaya in OpenGL and C…