| content | detail |
|---|---|
| Cpp Dev-Env Configuration | see my chinese post in 工具介绍 – C++工作环境 |
| Cmake | this is a cmake offical site, which has useful information |
| content | detail |
|---|---|
| Recommended Books | see my chinese post in 推荐书目 – C++学习资料 |
| Quick Overview and My Own Experience | see my chinese post in 心得体会 – C++入门心得 |
| Gcc Usage Tutorial | see my chinese post in 知识回顾 – C/C++ 编译常识 |
| Difference Btw C and Cpp | see my chinese mpost in 知识回顾 – C/C++区别 |
| Mix Compilation Btw C and Cpp | to be updated later |
- Cpp Profiling, including cpp profiling notes
| content | detail |
|---|---|
| Move, Forward Syntax | see my chinese post in 特性速览 – C++11右值引用/转移语义/完美转发 |
| Functional-Style Quick Overview | about map/filter/reduce, comparing functional-style btw C++ and Python |
| content | detail |
|---|---|
| Core-Language Study | core language features including l-value/r-value, move/forward, lambdas, |
| Core-Lib Study | libraries study, including stl algorithms, containers, utilities |
| Boost Usage | graph library, range, regex, serialization, smart-pointer, some utilities |
| Template | template meta-programming and template normal programming |
| Functional | function object, lambda expression, std::ref, std::bind, auto |
| Parallel | pthread and cpp11 thread libraries, condition variable, mutex, atomic, future |
| Utilities | third-party utilities to make demo codes simple |
All codes here are not optimized to be used in the production environment.