Online Learning Online Learning Learning
C++
-
continously updated wiki-based FAQ; a merger of Marshall Cline’s C++ FAQs and Bjarne Stroustrup’s C++ FAQ
-
excellent series of videos about various C++ topics, best practices, etc. by Jason Turner
C++ Standard Algorithms (Videos Series)
by Connor Hoekstra
- C++ Code Quizzes
- Blogs About C++
Core Guidelines | programming guidelines for professional C++ developers; by Bjarne Stroustrup, Herb Sutter and many others |
C++ Best Practices | by Jason Turner |
C++ Idioms | repository of C++ idioms / design patterns |
C++ Patterns | community-curated repository of C++ patterns and code snippets |
cppreference |
|
cplusplus.com | standard library reference with examples, C++98 - C++14 |
HTML and PDF versions of the latest standard drafts and technical specifications.
Build Systems
GNU Make
CMake
Bazel
Version Control
-
Learn
git
Branching Interactive Tutorial -
git
Training Kit Cheat Sheets in Multiple Languages -
git
Branching Cheat Sheet -
git
Revisions Cheat Sheet -
git
Tricks Cheat Sheet -
tig
Commands Cheat Sheet
Command Line
VIM (Usage & Scripting) VIM VIM
-
excellent step-by-step tutorial with examples and exercises
-
short examples for how to use the most common vimscript functions
Related …
- Rico's Cheat Sheets (for tools & languages)
- Wizardzines – Nice Cheat Sheets and Posters
Comments