[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppAssertH
cassert is a standard header file [1].
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppAssertH
(C++) assert (header file)
Non-standard (See [1]) Header file that needs to be #included when using the assert statement.cassert is a standard header file [1].
int main() { //A trivial assertion: assert( (1 + 1) == 2); //The assert statement }
- include <assert> //The assert header file
'Assert' links
Reference
- 1) C++. International Standard. ISO/IEC 14882. Second edition. Table 11 and 12.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
