Where Can I find everything? on C++.

Where can I find all the commands, identifiers, and everything there is... in C++ Language. The whole library of C++?
Every single command.
Can i dowload it?
No doubt you can find an offline version somewhere, but instead of bothering to look for one, just download the reference on this site using HTTrack.
Technically, by clicking on the link, you have downloaded it. As far as I know, there is no one-click, save the whole thing onto your computer function, though.

There's also the latest C++ standard document:
http://cs.nyu.edu/courses/summer11/G22.2110-001/documents/c++2003std.pdf

Note that there is a new C++ standard (C++0x) which will be approved some time this year.
Thank you downloading HTTrack now.. w0w the internet and yu guys are really geniuses... I really want to learn about computers... bad now .. :(
shacktar wrote:
There's also the latest C++ standard document:
shacktar

Talking about the Standard, does anyone know where to get the 2011 standard when it comes out, Will the same website host it?
Having the Standard is one thing. Getting the C++ compiler to implement based on Standard is another thing. Usually once a Standard is standardized, it will take months before a fully-compliant C++ compiler is out. So by that time, it will be miles behind others.

One thing I like about Java is the speed they release and the implementation that came along with it. I guess having multiple committee members and a few committee members have their pros and cons. Just like politics, fewer players mean bills and laws get passed faster.
I use GCC 4.6 and it implements most of the new features of c++0x. Also the development version of Eclipse IDE (Indigo) supports c++0x syntax highlighting.


Topic archived. No new replies allowed.