By mswatcher
via blog.rfw.name
Submitted: Nov 13 2012 / 05:21
Here’s a follow-up article from C++ template metaprogramming, which talked about the basics of compile-time computation with C++ templates. This article is (vaguely) more practical, as we implement a brainfuck compiler that generates code via C++ templates!
Add your comment