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...