Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Borland C++ 2.x ( with Turbo C ) - ----------------------------<b> c++ keywords </b>---------------------------- http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   ----------------------------  C++ Keywords  ----------------------------

      asm               +_ds              +interrupt         short
      auto               else             +_loadds           signed
      break              enum              long              sizeof
      case              +_es              +near             +_ss
    ++catch             +_export         ++new               static
     +cdecl              extern          ++operator          struct
      char              +far              +pascal            switch
    ++class              float           ++private         ++template
      const              for             ++protected       ++this
      continue         ++friend          ++public            typedef
     +_cs                goto              register          union
      default           +huge             +_regparam         unsigned
    ++delete             if                return          ++virtual
      do               ++inline           +_saveregs         void
      double             int              +_seg              volatile
                                                             while

   --------------------------------------------------------------------------


      Notes:    + denotes that this keyword is a Turbo C extension.

                ++ denotes that this keyword is specific to C++.

                All keywords are reserved and may not be used as
                identifiers.

                The keywords `entry' and `fortran' are not reserved or
                used in C++.

                sizeof is an operator and is discussed under the topic
                Operators.


See Also: sizeof

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson