Visual Dictionary
[TripleZon] Visual Dictionary, books, Visual Dictionary,toys, Visual Dictionary, books, num=”4″ country=”US” searchindex=”Books” trackingid=”intelovescou-20″ templatename=”columns-no-desc” columns=”2″ paging=”true” sort=”relevancerank” maxreviews=”0″[/TripleZon]

Where can I find a command syntax reference for C++ commands?
I’m just starting out learning Visual C++ programming with Microsoft Visual Studio Express version. Where does a person find a command syntax reference or command dictionary? I’m learning data types and signs and I simply want to look up the command “char” and find out the various ways it can be written.
You probably want to get a couple of good books on C++ – it’s pretty hard to learn a programming language without a good reference book and a good introductory-level tutorial. This will also help you with the terminology – e.g. C++ does not have “commands” – it has keywords (char is a keyword, and it is a simple data type). Having a decent book or two by your side while you’re struggling to write you first few programs will save a you a lot of time and grief in the long run.
[TripleZon] Visual Dictionary, books, Visual Dictionary,toys, Visual Dictionary, books, num=”5″ country=”US” searchindex=”Books” trackingid=”intelovescou-20″ sort=”relevancerank” paging=”true” reviewsort=”-OverallRating” maxreviews=”2″[/TripleZon]
