Learning C++11, C++14, C++17 and beyond
Learning c++ beyond beginner level and c++ build system [just tooling in general]
$ clang++ -std=c++17 main.cc -o main
$ ./main
- all basic c++ concept
- c++ standard libray [std]
- c++ standard template library [stl]
- using build system likes cmake & ninja
Many of this contents | knowledge came from TheCherno C++ series on Youtube.
- I used that series as learning material
- I'll be updating other resources used as needed.
The Cherno C++ series 👉 C++
Mucyo Fred me@mucyofred.com