home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / TEXT / COMMONC.14 < prev    next >
Encoding:
Text File  |  1993-11-06  |  425 b   |  13 lines

  1. %F,15,COMMONC.MNU%Constructs_in_C_and_C++ / %F,15,COMMONC.13%Previous / %F,15,COMMONC.15%Next
  2.  
  3.          %C,1%Keywords
  4.  
  5. C++ contains some additional keywords not found in ANSI C. ANSI C
  6. programs that use these keywords as identifiers are not valid C++
  7. programs:
  8.  
  9. %C,1%catch    friend   operator   public    throw
  10. %C,1%class    inline   private    template  try
  11. %C,1%delete   new      protected  this      virtual
  12.  
  13.