|
-
Oct 22nd, 2002, 06:19 PM
#1
Thread Starter
Stuck in the 80s
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.
-
Oct 23rd, 2002, 04:09 AM
#2
Monday Morning Lunatic
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
-
Oct 23rd, 2002, 05:53 AM
#3
Thread Starter
Stuck in the 80s
The what?
-
Oct 23rd, 2002, 06:10 AM
#4
Member
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 ..
-
Oct 23rd, 2002, 06:23 AM
#5
Member
...ah, I think I remember. Reference->C/C++ Lang->C++ Lang Ref
->Lexical Conventions->C++ keywords. Something like that ...
cheers,
Alex
-
Oct 23rd, 2002, 06:27 AM
#6
Monday Morning Lunatic
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
-
Oct 23rd, 2002, 03:56 PM
#7
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.
-
Oct 23rd, 2002, 05:38 PM
#8
Thread Starter
Stuck in the 80s
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|