Conditional,Miscellaneous
#undef MC
cancels the definition made to the symbol MC.
#define MC
makes MC defined (not to any particular replacement text).
#ifdef MC
#define ROWS 1000
#define COLS 1000
#endif
defines ROWS and COLS only if MC is defined.
Previous slide
Next slide
Back to first slide
View graphic version