C++ Documentation

May 23, 2010 at 12:33pm
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
May 23, 2010 at 12:38pm
I'd recommend getting a book on C++, in either case.

And you can always download the offline document of this website's tutorials.
May 23, 2010 at 12:42pm
You can download the reference on this site for offline use with HTTrack.
May 23, 2010 at 12:51pm
Thanks AngelHoof, any reccomendations?

Thanks Athar, ill give ti a try.
May 23, 2010 at 2:09pm
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 :)
May 23, 2010 at 3:22pm
@AngelHoof,
By "free" do you mean free or "free"?

Let me rephrase that: Do you mean "free" or "illegal"?
May 23, 2010 at 4:46pm
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 May 23, 2010 at 4:47pm
May 23, 2010 at 6:18pm
You can download the documentation on this website in PDF form.
http://cplusplus.com/files/tutorial.pdf

-Albatross
May 23, 2010 at 6:29pm
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
May 23, 2010 at 6:38pm
@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.