C++ documentation

Hi.
Where can I find a *.chm file that explains C++ header files?
I mean something like Borland C++ help file. Reference section of this site is very useful but it is not comprehensive.
I use linux ubuntu.

Thanks ;)
Last edited on
Maybe you can find what you need in the offline archives at cppreference.

http://en.cppreference.com/w/Cppreference:Archives
I'm sorry if your still developing in Borland, just got done with a gig working with Borland 5 and Borland 6... Terrible to say the least.
I used to develop in Borland, when I used windows.
Recently I moved to linux. That's awesome for programming.
I decided to develop with g++, but something has been changed.
I need to review C++ in a new environment.
For C, the man pages are quite useful. (not so much for C++)
¿what about http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/index.html ?

I don't understand your last paragraph.
Topic archived. No new replies allowed.