In Ubuntu linux I can\'t get any man pages for C++ keywords. Is there some kind of package I can install to fix this?
The libstdc++6-4.4-doc will install the man pages for STL too, not only the HTML doc. The manpages-posix-dev package is also really good to have.