Results 1 to 8 of 8

Thread: Keywords?

  1. #1

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256

    Keywords?

    Is there anywhere that lists C++ keywords? Like a huge list of 'em?

    I don't know if keyword is correct, but anything that would be made blue in MSVC++ IDE.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    You mean reserved words? The language spec will have them
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    The what?
    My evil laugh has a squeak in it.

    kristopherwilson.com

  4. #4
    Member
    Join Date
    Nov 2001
    Location
    Berlin
    Posts
    44
    Specification.
    Check your MSDN Library for Visual Studio 6, Visual C++ Documentation and somewhere, I think Reference ... not sure, there are some keywords listed. It's not a huge list, but I guess those would be the ones marked blue in an IDE ...
    Maybe its what you're looking for ..
    VB 6.0
    VC++ 6.0
    ABAP

  5. #5
    Member
    Join Date
    Nov 2001
    Location
    Berlin
    Posts
    44
    ...ah, I think I remember. Reference->C/C++ Lang->C++ Lang Ref
    ->Lexical Conventions->C++ keywords. Something like that ...

    cheers,
    Alex
    VB 6.0
    VC++ 6.0
    ABAP

  6. #6
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    I actually meant the ISO documentation, but hey, MSDN will work
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  7. #7
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Filtered from MSDN
    bool break case catch char class const const_cast continue default delete do double dynamic_cast else enum explicit extern false float for friend goto if inline int long mutable namespace new operator private protected public register reinterpret_cast return short signed sizeof static static_cast struct switch template this throw true try typedef typeid typename union unsigned virtual void volatile wchar_t while
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  8. #8

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Thanks, CornedBee.
    My evil laugh has a squeak in it.

    kristopherwilson.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width