Linux Programmer ' s Manual & User Commands
https://www.kernel.org/doc/man-pages/search Box input Epoll call search engine lookup
Online Search View man manual (such as Check epoll), can be directly collected, convenient next click Search:
Http://global.bing.com/search?q=site:man7.org Epoll
The Linux Kernel API
https://www.kernel.org/doc/htmldocs/kernel-api/
The GNU C Library
http://www.gnu.org/software/libc/manual/html_node/
Use Man/info to view the function manual:
Man epoll (tab completion) or Man-k Epoll
Man-k Sleep View the manual with sleep
Man-f Sleep View the handbook named sleep (multiple serial numbers)
Man-a Sleep View all help information called sleep
Man 1 Sleep View number 1 of sleep
Man 3 sleep View number 2 of sleep
Save the information of man or info as a text file:
Man Epoll | Col-b > Epoll.txt
Info Epoll-o epoll.txt-s
C + + function manual:
Online Brochure:
http://gcc.gnu.org/onlinedocs/
http://www.cplusplus.com/reference/
Offline Manuals:
sudo apt-get-y install Libstdc++6-4.6-doc
File:///usr/share/doc/libstdc++6-4.6-doc/libstdc++/html/index.html
Online Search:
Http://global.bing.com/search?q=site:cplusplus.com Vector
Like man. View the manual Cppman:
Https://github.com/aitjcize/cppman
sudo apt-get install Python-pip vim
sudo pip install Cppman
Cppman cout
Cppman usage is similar to man, which automatically downloads the corresponding content from cplusplus.com and converts it to man pages when queried.
Cppman-c downloads all manuals from the cplusplus.com, takes a long time, but is easy to view offline, but is generally not required.
If you like the IDE or want to use the IDE as a spare tire, the QT Creator is recommended on Linux.
Use of QT Creator for C/D + + development on Linux
https://my.oschina.net/eechen/blog/166969
Http://static.oschina.net/uploads/space/2014/0217/025140_OJwD_561214.png
https://my.oschina.net/eechen/blog/206443
Linux/C + + Programming Manual Lookup method