C++ STL Reference Ebook

Is there an ebook out there that is somewhat like the documentation on this site? Something where each STL header is expanded and defined / explained including an example?

Or basically this: http://www.cplusplus.com/reference/ in an ebook.
Groningen C++ Annotations (tutorial and reference):
http://cppannotations.sourceforge.net/annotations/html/

cppreference archives (reference with examples): http://en.cppreference.com/w/Cppreference:Archives

Both are better that what this site has to offer.

Is there anything like those in an ebook form? I ask because even though the second one can be downloaded, it can't be searched.
> even though the second one can be downloaded, it can't be searched.

Both can be downloaded; and the text in both contain hyperlinks.

Or, for a local copy of http://www.cplusplus.com/reference/ use something like wget. For instance:
> wget --mirror -p --no-parent --convert-links -P ./local_cplus_plus_reference http://cplusplus.com/reference/
Last edited on
> Both can be downloaded; and the text in both contain hyperlinks.

That doesn't allow searching though. Even though [Ctrl] + F works, it doesn't search anything but the current page.
Annotations has an extensive hyperlinked index. [Ctrl] + F on the index page.
Fair enough. What do I want to download for wget? I see a whole bunch of links, and I'm not sure which one I want.
Last edited on
Topic archived. No new replies allowed.