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.
when you try man [something] u'r just pulling up the man page for that item (based on how the 'man' binary is working). since find isn't working its likely that there is no man find page to bring up. if you really wanna learn more c++ lib features from the algorithms lib visit here: http://en.cppreference.com/w/cpp/algorithm/find
man isn't always the best resource (altho often a great starting point)
Thanks
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With