Monday, August 08, 2011

Conditional compilation

Very neat feature in my opinion. By using different conditions, such as #if, #ifdef, #ifndef and so on, you get much more control over what you want to do with your code, which files to use and select which code to run depending on the platform you're working on.

No comments:

Post a Comment