First page Back Continue Last page Graphics
#ifdef
Sometimes during software development, you need to “comment out” a large section of code. When this code contains lots of in-line comments and /* / pairs, it's hard to put another /* ... */ around the code to be temporarily removed.
Use an #ifdef construct.