C++ man pages
Hi I'm looking for man pages package for C++ commands, so when I type:
"man fstream" or even something simple like "man cout"
I would get the man pages and not an error of: "manual entry does not exist" or something like that.
I already have installed manpages and manpages-dev, but they only gave man pages for C commands not C++ commands.
I also installed manpages-posix and manpages-posix-dev, but removed them after I saw that they don't give manpages for C++ commands.
So which package do I need to install to get manpages for C++ commands?
|