home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / TEXT / GRAMMAR.KEY < prev    next >
Encoding:
Text File  |  1993-11-18  |  820 b   |  17 lines

  1.                      %C,1%C++ KEYWORDS
  2.  
  3. asm          auto          break         case          catch
  4. char         class         const         continue      default
  5. delete       do            double        else          enum
  6. extern       float         for           friend        goto
  7. if           inline        int           long          new
  8. operator     private       protected     public        register
  9. return       short         signed        sizeof        static
  10. struct       switch        template      this          throw
  11. typedef      union         unsigned      virtual       void
  12. volatile     while
  13.  
  14. The keyword %C,1%asm%C,5% is not described in this book because it
  15. varies from compiler to compiler.  In some implementations you can
  16. use an asm declaration to pass imformation to an assembler.
  17.