PDA

View Full Version : How do I get the Unix C/C++ Man pages?



SNYP40A1
April 22nd, 2007, 12:19 AM
I want man entries for ANSI C / STL C++ libraries such as this:

http://www.rt.com/man/memcpy.3.html

Where do I get these for Ubuntu?

rjack
April 22nd, 2007, 12:42 AM
sudo apt-get install manpages-dev (http://packages.ubuntu.com/feisty/doc/manpages-dev) glibc-doc (http://packages.ubuntu.com/feisty/doc/glibc-doc)

amo-ej1
April 22nd, 2007, 12:47 PM
But there are no manpages available for the C++ STL, you'll have to rely on the libstdc++ api docs for that one e.g. available here: http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/

aitjcize
July 6th, 2010, 05:14 PM
Try this:
http://github.com/Aitjcize/manpages-cpp

PPA: https://launchpad.net/~aitjcize/+archive/manpages-cpp