Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devprabal/cpp_study

Note-taking repo for concepts, code snippets, pitfalls, best practices, etc, in C++
https://github.com/devprabal/cpp_study

Last synced: 3 days ago
JSON representation

Note-taking repo for concepts, code snippets, pitfalls, best practices, etc, in C++

Awesome Lists containing this project

README

        

# Let's study C++, again!!

> Note-taking repo for concepts, code snippets, pitfalls, best practices, etc, in C++

## June - July 2024

### What are we doing?

#### Major

Watching **Bo Qian's Modern C++** [youtube playlist](https://www.youtube.com/playlist?list=PL5jc9xFGsL8FWtnZBeTqZBbniyw0uHyaH)

Progress: 4/20

#### Side tracks

- Watched [Advanced C++: Understanding rvalue and lvalue](https://www.youtube.com/watch?v=UTUdhjzws5g) which was required as a pre-requisite for video 3 in Modern C++ playlist.

## Resources

- [modern-cpp-features | github](https://github.com/AnthonyCalandra/modern-cpp-features)
This github repo is a cheatsheet for major C++20/17/14/11 features.

- [C++ Developer Roadmap | roadmap.sh](https://roadmap.sh/cpp)
The curated step-by-step c++ guide for beginners.