2021年11月24日09:35:25
https://man7.org/linux/man-pages/index.html
linux的手册
https://www.kernel.org/doc/man-pages/
linux kernel的手册
man fopen
c++ 手册
yum install libstdc++-docs c++ 使用 man std::iostream
cppman是一个在命令行查询c和c++语法及标准库函数的工具,非常好用,python3编写,记录一下安装过程: yum update yum install python34 yum install python34-pip pip3 install --upgrade pip pip install cppman
cppman cout
个人推荐cppman,代码底层也是读的 https://man7.org/linux/man-pages/index.html 和https://www.kernel.org/doc/man-pages/