C++网站学习

0.C++   一个专门做C++的网站

一.以下内容来自LEARN C++ 的《更好编写C++程序的5个建议》部分

1.C++的一些标准:

Coding Standards

C++ Core Guidelines

Google C++编码风格

2.读其他人的C++代码:

Github上开源项目

Code Whitting    如何阅读一个项目

3.一些C++社团:

StackOverflow  最流行的编程问答网站

CodeProject     这个社区人好多啊

4.Errors are developers best friend. Understand what the error is about. Follow the error trail that takes you to the root of the issue, fix them and learn from them.

5.Only practice will make you a better programmer.(写的很好,就不翻译了

6.设计模式

设计模式案例

7.相关网站

tutorialspoint    一个很全面的网站

Milo的博客      C++的四个境界

C++入门材料    

8.C++开源库清单

A list of open source C++ libraries

 

posted @ 2017-10-07 22:11  newer92  阅读(410)  评论(0编辑  收藏  举报