I am using Ubuntu, and have already installed libstdc++6-4.7-doc .
But it seems man
only works with classes, for example
$ man std::vector
$ man std::istream
works, but
$ man std::find
doesn't work, any ideas?
Thanks in advance!
MODIFIED:
after installing libstdc++???-doc
we can use file:///usr/share/doc/gcc-4.7-base/libstdc++/html/index.html to access the documents.