Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » inlining » macros   (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...
Speed Freak
Who has ever met that guy that insisted on writing every piece of code to be as fast as possible? We'll call him the "speed freak". Thankfully, speed freak is less an influence in languages such as Java or C# because there is no low level access to the Read More...
Page view tracker