I'm a total newbie looking to dive into C++. Could anyone suggest some good resources, both free and paid, including options for practice? I'm eager to start learning!
1 Answer
To get started with C++, I recommend first setting up your environment in VSCode. A fantastic resource is learncpp.com—it's beginner-friendly and really helps you grasp the concepts. Make sure to write code, check for errors (Google is your best friend here), and keep practicing by building small projects. Just repeat the cycle of learning and coding!
But don't you think watching videos might be better for learning at first? I'd like to understand C++ before diving into data structures and algorithms.