Sunriseyms / cpp_improve_class

learn c++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp_improve_class

learn c++

当前进展

内容 进展 备注
《C++ Primer 》 第1章(9.14-9.19) 各位同学把习题代码放在cpp_primer/chapter_1/user_name/下
《C++ Primer 》 第2章:变量和基本类型(9.20-9.26) 各位同学把习题代码放在cpp_primer/chapter_2/user_name/下,这一章内容比较多,加油
《C++ Primer 》 第3章:字符串、向量和数组(9.26-10.08); 第4、5章大家抽空看下(不做单独答疑),下次任务直接第6章 各位同学把习题代码放在cpp_primer/chapter_3/user_name/下;
《C++ Primer 》 第6章:函数(10.17-10.24) 各位同学把习题代码放在cpp_primer/chapter_6/user_name/下;
《C++ Primer 》 第7章:类(10.25-10.31) 各位同学把习题代码放在cpp_primer/chapter_7/user_name/下;

学习内容

基础知识:

《C++ Primer 》
《C++ Primer plus》
《C++程序设计语言(第1-3部分)》
...

进阶:

c++的设计:《c++的设计与演化》、《C++白皮书》
effective系列:Effective Modern C++、Effective C++、More Effective C++
stl: Effective STL
C++标准库
STL源码解析
...

Clean Code:

《Clean Code (代码整洁之道)》
《重构 改善既有代码的设计》

推荐网站:

C++之父Bjarne个人网站:https://www.stroustrup.com/index.html
C++ Core Guidelines:https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rs-using-directive
Google C++ Style Guide: https://google.github.io/styleguide/cppguide.html

About

learn c++


Languages

Language:C++ 87.9%Language:C 9.0%Language:CMake 3.1%