Hi everybody,
I have some questions about C++ / C manual pages.. In other distributions (OpenSuse, Kubuntu) there were some packages, that provide man pages for all functions from C++ or C.. So when I want for example the return value for strcmp I wrote just man strcmp and in right section I have found the answer. So there is my question: Do you know what package I've to install or do something different to get these man pages working??.. Because I think it's very useful thing for those who are programming in C++ / C.. Thanks for your answers..
C++ / C man pages
Started by FemaleDuck, Feb 19 2009 05:14 PM
3 replies to this topic
#1
Posted 19 February 2009 - 05:14 PM
|
|
|
#2
Posted 20 February 2009 - 06:57 AM
I believe the man pages are a separate package. It will depend a little on the exact version of gcc you're running, though. If you use synaptic, you should find the man pages in the same area as gcc.
#3
Posted 20 February 2009 - 07:30 AM
All I get when i man c++ is the manual for the gcc compiler, let me know if you find what your looking for please..
#4
Posted 20 February 2009 - 09:37 AM
You can build them. The documentation isn't dependent on the version of GCC, its built directly from the C++ std lib.
make -C your-platform-directory/libstdc++-v3 doxygen-man
make -C your-platform-directory/libstdc++-v3 doxygen-man


Sign In
Create Account

Back to top









