Skip to content

Latest commit

History

History
28 lines (22 loc) 路 711 Bytes

File metadata and controls

28 lines (22 loc) 路 711 Bytes

Learning-cpp

Learning C++11, C++14, C++17 and beyond

Purpose

Learning c++ beyond beginner level and c++ build system [just tooling in general]

build

$ clang++ -std=c++17 main.cc -o main
$ ./main

What I will cover

  • all basic c++ concept
  • c++ standard libray [std]
  • c++ standard template library [stl]
  • using build system likes cmake & ninja

Credit

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.

links

The Cherno C++ series 馃憠 C++

Author

Mucyo Fred me@mucyofred.com