C++ Documentation

Hi all, i started programming with Java, a language with which you can download the documentation for its APi.

Is there a downloadable documentation for the C++ language?

I have an unreliable internet connecdtion and when it goes off i have no way of getting it.

Im using codeblocks for coding/compiling.

I basically need an offline documentation for the language.

pleae help!

Thanks,

Dave
I'd recommend getting a book on C++, in either case.

And you can always download the offline document of this website's tutorials.
You can download the reference on this site for offline use with HTTrack.
Thanks AngelHoof, any reccomendations?

Thanks Athar, ill give ti a try.
There's a bunch - do a google search to find some of the more popular.
Some books have even become free, so all one has to do is download, and read it - without cost :)
@AngelHoof,
By "free" do you mean free or "free"?

Let me rephrase that: Do you mean "free" or "illegal"?
I think it's quite obvious that AngelHoof meant "free" and not "illegal".
There are a number of books listed here:
http://www.computer-books.us/cpp.php

Of those, I would recommend "Thinking in C++".
Last edited on
You can download the documentation on this website in PDF form.
http://cplusplus.com/files/tutorial.pdf

-Albatross
I downloaded the library reference some time ago. The only drawback is that the links don't work.

http://www.fileden.com/files/2008/6/23/1971683/C%2B%2B%20Reference.7z
@chrisname

Free books, hehe ;)

Such as the one released for free through microsoft, and Bruce Eckels (Can't remember the if it was him) released one of his volumes for free on his website.
Topic archived. No new replies allowed.