Skip to content

AceCoooool/Effective-Modern-Cpp-Zh

 
 

Repository files navigation

Effective Modern C++

42 SPECIFIC WAYS TO IMPROVE YOUR USE OF C++11 AND C++14

Effective Modern C++ 中文翻译,欢迎大家提出翻译中的错误和用词不当的地方。

Effective Modern C++

代码使用说明

使用gitbook作为静态编译输出,需要安装Node.js,然后从npm安装gitbook

npm install -g gitbook-cli

然后git clone下来本书:

git clone [email protected]:AceCoooool/Effective-Modern-Cpp-Zh.git
cd Effective-Modern-Cpp-Zh

生成静态网页

输出静态网页,在浏览器上查看:

gitbook serve

gitbook会默认在端口4000开启服务器,使用浏览器访问http://localhost:4000/就可以访问然后阅读本书的中文翻译。随后我会将本书编译生成的静态网页上传至github pages。

导出PDF

gitbook pdf

(说明:需要安装calibre---你执行上述命令会告诉你怎么安装的)

About

《Effective Modern C++》 中文版

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published