Where are the docs for the c++ libraries? More specifically, i have a copy of "C++ How To Program" second edition here. It claims that #include <sstream> will allow strings to be manipulated as streams. "sstream: No such file or directory" g++ tells me.
"Ok then, i'll just check the docs" i think to myself. Tried the manpages. Tried info. Tried looking in /usr/doc. i couldn't even find anything about the c++ string class (which i know i have), much less using them as streams! "Hmmm... did i miss a -doc somewhere?". Fired up dselect, and couldn't find any c++ docs at all, installed or uninstalled... So, does anyone know where the docs are? Or at least how to use something like what the book is talking about?