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!
Wow, this is nice! Thanks for sharing this useful tip. 🙂
Not a problem! Glad to help. 🙂