C Board  

Go Back   C Board > Platform Specific Boards > Linux Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 11-03-2009, 02:49 PM   #1
Frequently Quite Prolix
 
dwks's Avatar
 
Join Date: Apr 2005
Location: Canada
Posts: 7,629
Offline C++ documentation

I looked, but haven't been able to find downloadable C++ library documentation (preferably in HTML and/or man page format). Since I spend a lot of time offline, online resources like cppreference.com won't help me too much.I've saved many cppreference.com pages, but it isn't the same. I also tried installing the libstdc++6-4.3.-doc package, but that just seems to have developer documentation, not API reference.

Is there any C++ documentation (particularly for the STL) that I can download? Thanks.
__________________
dwk

Seek and ye shall find. quaere et invenies.

"Simplicity does not precede complexity, but follows it." -- Alan Perlis
"Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
"The only real mistake is the one from which we learn nothing." -- John Powell


Other boards: DaniWeb, TPS
Unofficial Wiki FAQ: cpwiki.sf.net

My website: http://dwks.theprogrammingsite.com/
Projects: codeform, xuni, atlantis, etc.

New project: nort
dwks is offline   Reply With Quote
Old 11-03-2009, 03:46 PM   #2
Senior software engineer
 
brewbuck's Avatar
 
Join Date: Mar 2007
Location: Portland, OR
Posts: 5,381
Quote:
Originally Posted by dwks View Post
I looked, but haven't been able to find downloadable C++ library documentation (preferably in HTML and/or man page format). Since I spend a lot of time offline, online resources like cppreference.com won't help me too much.I've saved many cppreference.com pages, but it isn't the same. I also tried installing the libstdc++6-4.3.-doc package, but that just seems to have developer documentation, not API reference.

Is there any C++ documentation (particularly for the STL) that I can download? Thanks.
For STL I usually turn here:

Standard Template Library Programmer's Guide

It's an HTML tree, but a simple one that saves well for offline viewing.
__________________
"Congratulations on your purchase. To begin using your quantum computer, set the power switch to both off and on simultaneously." -- raftpeople@slashdot
brewbuck is offline   Reply With Quote
Old 11-03-2009, 03:48 PM   #3
Jaxom's & Imriel's Dad
 
Kennedy's Avatar
 
Join Date: Aug 2006
Location: Alabama
Posts: 801
Quote:
Originally Posted by [URL="http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-3.4/"
GNU[/url]]There are two types of documentation for libstdc++-v3. One is the distribution documentation, which can be read online at http://gcc.gnu.org/onlinedocs/libstd...mentation.html or offline from docs/html/documentation.html in the library source directory.
Something like this maybe? Looks like you'd have to dl the source to get it, but it claims to be there.
Kennedy is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
good continuous integration, automatic documentation software for c++ Eruditass C++ Programming 5 06-04-2009 09:18 AM
Visual Studio 2005 + Offline rbachu21 C++ Programming 7 09-11-2007 04:48 PM
C++ Documentation Project (wiki, like php.net) Tempest1 C++ Programming 3 09-28-2005 02:11 PM
C# Documentation Mephisto_2k C# Programming 1 05-06-2004 05:16 PM
MFC Documentation? beg_g Windows Programming 3 08-15-2002 02:13 AM


All times are GMT -6. The time now is 10:22 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22