home *** CD-ROM | disk | FTP | other *** search
- %F,15,COMMONC.MNU%Constructs_in_C_and_C++ / %F,15,COMMONC.13%Previous / %F,15,COMMONC.15%Next
-
- %C,1%Keywords
-
- C++ contains some additional keywords not found in ANSI C. ANSI C
- programs that use these keywords as identifiers are not valid C++
- programs:
-
- %C,1%catch friend operator public throw
- %C,1%class inline private template try
- %C,1%delete new protected this virtual
-
-