From f209975cc6ded7076027c8b3485cc6d747f37326 Mon Sep 17 00:00:00 2001 From: xiazhenyu <1206064332@qq.com> Date: Tue, 26 Jul 2022 08:18:49 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20c++=20Google=20=E5=BC=80?= =?UTF-8?q?=E6=BA=90=E9=A1=B9=E7=9B=AE=E9=A3=8E=E6=A0=BC=E6=8C=87=E5=8D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1_c++/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/1_c++/README.md b/1_c++/README.md index 24da5d6..1acdd3a 100644 --- a/1_c++/README.md +++ b/1_c++/README.md @@ -18,6 +18,7 @@ - 资料(可以使用在线的教程,或者自己找比较合适的): - [C++ 教程](http://www.runoob.com/cplusplus/cpp-tutorial.html) ,通过这个教程快速学会C++的语法等。 - 如果对自己有更高的要求,可以学习[C++ Primer](https://www.zhihu.com/question/32087709)。不过最好还是用上面普通的教程先把基础知识学好之后,把Stage4的小项目做完之后,再学习C++ Primer更有效率。 + - 通过[Google 开源项目风格指南](https://zh-google-styleguide.readthedocs.io/en/latest/contents/)规范自己写C++时的命名规范。 ## 4. 小技巧 ### 4.1 如何在一个程序里,写多个测试、验证代码 -- Gitee