For experienced programmers (Python, JS, Java, Kotlin, etc.), what's the best way to pickup modern C++?
What are best resources you have come across for C++?
1–10 of 15 posts
For experienced programmers (Python, JS, Java, Kotlin, etc.), what's the best way to pickup modern C++?
What are best resources you have come across for C++?
Start with getting an entry-level job doing C++, which 1. financially incentivizes, and 2. gives you something concrete to work off of. I am an experienced programmer.
For experienced programmers Start with getting an entry-level job doing C++, which 1. financially incentivizes, and 2. gives you something concrete to work off of. I am an experienced programmer.
and this could be also handy: https://en.cppreference.com/w/cpp/meta
This is similar to asking "What is the best way to learn modern Java", where the answer will vary vastly based off what whether you're doing embedded, desktop, server, serverless, websites etc.
Possibilities for "modern" C++ domains. HPC, Machine Learning, Finance, Gamedev, Crypto, Scientific... Also keep in mind most are going to be writing C with Classes and target C++11 at most.
I would start with Stroustrup's A Tour of C++ .