[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppIfndef
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppIfndef
(C++) #ifndef
Preprocessor statement, meaning 'if not defined'. Comparable to an if- statement. It can be used for #include guards.//Your cool functions
- ifndef __MY_COOL_HEADER_FILE
- define __MY_COOL_HEADER_FILE
- endif
'#ifndef' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
