Jump to content

C++ / C man pages

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
FemaleDuck

FemaleDuck

    Newbie

  • Members
  • Pip
  • 9 posts
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..

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
c0delicious

c0delicious

    Newbie

  • Members
  • PipPip
  • 18 posts
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
TkTech

TkTech

    The Crazy One

  • Moderators
  • 1,396 posts
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