Where Can I find everything? on C++.

Jul 17, 2011 at 10:44pm
Where can I find all the commands, identifiers, and everything there is... in C++ Language. The whole library of C++?
Every single command.
Jul 17, 2011 at 10:45pm
Jul 17, 2011 at 10:52pm
Can i dowload it?
Jul 17, 2011 at 10:54pm
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.
Jul 17, 2011 at 10:59pm
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.
Jul 17, 2011 at 11:00pm
Thank you downloading HTTrack now.. w0w the internet and yu guys are really geniuses... I really want to learn about computers... bad now .. :(
Jul 18, 2011 at 5:13am
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?
Jul 18, 2011 at 5:37am
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.
Jul 18, 2011 at 6:43am
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.