home *** CD-ROM | disk | FTP | other *** search
- ************************************************************
- *** ANSI Standard C Reserved Words and C++ Extensions ***
- ************************************************************
- * Statements *
- break
- case<.>
- continue
- default<.>
- do
- for
- goto
- if
- else
- return
- switch
- while
- * Declarations *
- auto
- char
- const
- double
- enum
- extern
- float
- int
- long
- register
- short
- signed
- sizeof
- static
- struct
- typedef
- union
- unsigned
- void
- volatile
- * Preprocessor Directives *
- #define
- #elif<.>
- #else<.>
- #endif<.
- #error
- #if.>
- #ifdef.>
- #ifndef.>
- #include
- #line
- #pragma
- #undef
- defined!
- * C++ Extensions *
- asm
- catch
- class
- delete
- friend
- inline
- new
- operator
- private
- protected
- public
- template
- this
- virtual