[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CPreprocessorElse
This example shows a header file that is compatible under both C++ Builder and a C console application.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CPreprocessorElse
(C) #else
?Preprocessor statement having the same function as else.This example shows a header file that is compatible under both C++ Builder and a C console application.
void sayHello() { ShowMessage("Hello World"); }
- ifdef VCL_H
void sayHello() { printf("Hello World"); }
- else
- endif
'#else' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
