-
Notifications
You must be signed in to change notification settings - Fork 3
Learning Modern CPP
Konstantin Läufer edited this page Jun 7, 2022
·
5 revisions
- Concise intro to the C++ ecosystem (recommended starting point for using the tools)
- C++ for Java Programmers (recommended starting point for learning the language)
- C++ Crash Course
- Modern C++ Tutorial
- C++ for Java Programmers (YouTube playlist)
- JetBrains CLion (free student licenses available here)
- CMake (usually easiest to start with a working project)
- API reference site
- Alternate language and API reference site
- ISO C++ Core Guidelines
- Modern C++ Cheatsheet
- Various modern C++ references (log into your institutional O'Reilly account to see the full list)
- Modernes C++
- Effective modern CMake