How Should I Start Learning C++ at 14?

0
0
Asked By CuriousCoder14 On

I'm 14 years old and have some programming experience with HTML, JavaScript, and Python. I'm really curious about learning C++ and would love some advice on the best way to get started.

4 Answers

Answered By TechyTraveler99 On

Check out learncpp.com! It's a great resource. Just a heads up though, C++ isn't always the most fun language to learn. By the way, what sparked your interest in C++? Have you worked on any projects with the languages you already know?

Answered By CodeCrafty88 On

You should definitely check out The Cherno's C++ series on YouTube. It's really engaging and covers a lot of ground in a friendly way.

Answered By SwiftlyCoding07 On

I’m currently learning C and Swift myself, and I find that the best way is to take projects I've done in Python and translate them to C++. The syntax might change, but the logic remains pretty much the same. Just be warned—after Python, everything else might feel a bit clunky! But it's a good challenge for growth.

Answered By LearningGuru22 On

What worked for me was using a solid C reference and actually writing code instead of just watching tutorials. I used resources like cppreference.net, and it really helped me learn interactively. It's a way more effective approach!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.