C Preprocessor fun
Thursday, January 19, 2012 // Coding
The C Preprocessor can be used for more than simple text replacement macros for numeric or string values. It can provide an elegant solution for simplifying the often tedious task of print log statements. Why define your own print logs? Because they’re yours and you can do whatever you want with them. You can [...]
