I'm looking to dive into learning C++. As a complete beginner, I'd love to get some recommendations for both paid and free resources. I want to include practice exercises as part of my learning process too. Any tips would be massively appreciated!
1 Answer
To kick things off, set up C++ in Visual Studio Code. I recommend checking out learncpp.com for structured lessons. It’s great for beginners! Just remember to write your own code, troubleshoot any errors using Google (skip AI for now), and then keep repeating that cycle as you build small projects.
I get that, but don't you think watching tutorial videos could help more? It might be an easier first step before tackling coding and DSA.