Skip to content

YcheLanguageStudio/CPP11Study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modern CPP Study

Dev-Environment

content detail
Cpp Dev-Env Configuration see my chinese post in 工具介绍 – C++工作环境
Cmake this is a cmake offical site, which has useful information

Guidance

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

Guidance-Notes

Tutorial

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

Study Codes

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

Attention

All codes here are not optimized to be used in the production environment.

Links

About

C++11/14 Guidance, Some Tutorial Materials and My Study Codes, recommended ide is clion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published