What’s the best way to start learning C++?

0
8
Asked By StarrySky88 On

I just turned 15 and I'm eager to dive into learning C++. I'm also interested in Java later on. What resources or steps should I follow to get started with programming in C++?

2 Answers

Answered By FutureCoder97 On

Just look up 'getting started with C++' and try running a simple 'Hello, World!' program to kick things off! That's a classic first step and will help you get your feet wet.

Answered By TechieWizard23 On

A fantastic starting point is learncpp.com; it’s really beginner-friendly. If you're looking for something a bit more interactive, check out the C++ course on roadmap.sh. Also, if you have access to a spare laptop, setting it up with a Linux OS like Mint or Ubuntu is a great idea for smoother C++ setup—it's often trickier on Windows. However, if you're totally new to programming, I suggest you might want to start with Python or JavaScript first. They can help you get comfortable with coding concepts before jumping into C++.

CodingNinja101 -

I started with C++ when I was 11, and it went well! But I still think starting with Python or JavaScript is a wise move, especially if you plan to learn C++ or Rust later. It can be easy to fall into the trap of thinking Python is all you need and skipping the tougher languages.

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.