POSIX C++ documentation on linux

Here’s an interesting tidbit for linux developers: If you want documentation to most C++ functions, run the following command.
[cc_bash]sudo apt-get install gcc-doc manpages-dev manpages-posix-dev[/cc_bash]

Now, try running “info printf” or “info pthread_create” in your console. Pretty neat!

2 thoughts on “POSIX C++ documentation on linux”

Leave a Reply

Your email address will not be published. Required fields are marked *