Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » metaprogramming » coding » templates   (RSS)
Harry Coder and the Wizard Compiler
I wanted to talk a bit more on compilers and why you should be thrilled to work with them. Inlining Here is something I used to do constantly in every program I wrote: #define POW2(x) ((x)*(x)) For starters, look how awkward it is to define. If you don't Read More...
Page view tracker