Search the web
Sign In
New User? Sign Up
Programmers-Town
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
c++ reserved words   Message List  
Reply | Forward Message #12542 of 12634 |
Re: c++ reserved words

I don't know about notepad 5, the error you mention i'ts because you didn't
specified an input file, maybe you missed to add the source files to the command
line, i suggest to you read the notepad 5 help file, otherwise try using some
ide like Dev-CPP or wxDev-CPP.

The reserved words are text identifiers for special use by the compiler, the
C/C++ reserved words (most of them standarized) these words can't be used as
variable, constant or identifier name, for example: "for" is a reserved word
because it means a loop block start, the "if" word can't be used as a variable
name because it means a conditional block beginning, you can get a lista of them
in: http://www.cppreference.com/wiki/keywords/start





Thu Jul 2, 2009 5:06 pm

delimitacion...
Offline Offline
Send Email Send Email

Forward
Message #12542 of 12634 |
Expand Messages Author Sort by Date

hi. what are the reserved words for c++? a blind programming student . got hold of teach your self c++ in 21 days, second edition. now tried compiling with...
Marvin Hunkin
neilmarvin
Offline Send Email
Jun 30, 2009
10:41 am

The reserved words of C++ may be conveniently placed into several groups. In the first group we put those that were also present in the C programming language...
Jawad Saleem
jawadvu
Offline Send Email
Jun 30, 2009
11:04 am

I don't know about notepad 5, the error you mention i'ts because you didn't specified an input file, maybe you missed to add the source files to the command...
delimitaciones45
delimitacion...
Offline Send Email
Jul 7, 2009
9:22 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help