Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++
- Host: GitHub
- URL: https://github.com/devprabal/cpp_study
- Owner: devprabal
- License: mit
- Created: 2024-06-30T09:01:19.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T13:34:13.000Z (6 months ago)
- Last Synced: 2024-07-21T14:58:42.251Z (6 months ago)
- Language: C++
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.