man pages for c++?
Paul Oppenheim
paul at pauloppenheim.com
Tue Mar 20 17:16:52 UTC 2007
John L Fjellstad wrote:
> Luqman <luqman_ngs at gmx.net> writes:
>> I have read up a bit in google results for "man page c++" and it seems
>> there do not exist any man pages for c++ like for c.
>
> They're wrong. Do man std::string for instance
And don't forget you can search all manpages with
man -k keyword
where keyword is the C++ class or header you're interested in
>> Can anyone refer me to a good c++ reference book?
>
> I really liked C++ Standard Library by Josuttis. Very good book.
> There is C++ Programming Language by Stroustrup. I like both these
> books. They complement each other.
I second the Josuttis recommendation. Essential STL reference.
(just going through the thread archives in my mailbox...)
+ paul
More information about the ubuntu-users
mailing list