Hysen Labs
Open-source project
Light-City/CPlusPlusThings avatar
Light-City

CPlusPlusThings

GitHub describes it as C++那些事. The repository metadata lists C++ as its primary language. This article stays within the project description and details documented in the GitHub repository README.

43,361 stars8,806 forksC++License varies
01
DEEP OPEN-SOURCE ANALYSIS

Light-City/CPlusPlusThings: C++ 那些事

GitHub describes it as C++那些事. The repository metadata lists C++ as its primary language. This article stays within the project description and details documented in the GitHub repository README.

02
DEEP OPEN-SOURCE ANALYSIS

Repository scope

GitHub describes it as C++那些事. The repository metadata lists C++ as its primary language. The README describes the project this way: 这是一个适合初学者从 入门到进阶 的仓库,解决了 面试者与学习者 想要 深入 C++ 及如何 入坑 C++ 的问题。除此之外,本仓库拓展了更加深入的源码分析,多线程并发等的知识,是一个比较全面的 C++ 学习从入门到进阶提升的仓库。

03
DEEP OPEN-SOURCE ANALYSIS

C++ 那些事

The README section "C++ 那些事" states: 🎯 适合人群 : C++ 初学者、面试准备者、想系统学习 Modern C++ 的开发者 📚 涵盖内容 : C++11/14/17/20 新特性、STL 源码剖析、设计模式、并发编程 🔧 实践导向 : 配套完整代码示例和实战项目

04
DEEP OPEN-SOURCE ANALYSIS

关于作者

The README section "关于作者" states: 或者扫下面的二维码,欢迎大家反馈及 C++ 交流,本人在微信创建了 C++ 那些事交流群,优质的 C++ 资源交流区,期待大家关注上面公众号,点击公众号右下角- 联系我,拉你入群。

05
DEEP OPEN-SOURCE ANALYSIS

C++2.0 新特性

The README section "C++2.0 新特性" states: - (1) 序列式容器包括: array (C++2.0 新引入), vector , deque , list , forward list (C++2.0 新引入) - (2) 关联式容器包括: set/multiset , map/multimap - (3) 无序容器(C++2.0 新引入,更换原先 hash xxx 为 unordered xxx )包括: unordered map/unordered multimap,unordered set/unordered multiset

06
DEEP OPEN-SOURCE ANALYSIS

Editorial conclusion

The repository README is the source for this review. It does not replace a local installation or an independent test.

07
DEEP OPEN-SOURCE ANALYSIS

Official sources

08
Community notes

Community notes