Beginning to code c++

How should I begin to learn to code? What language should I learn?

https://www.learncpp.com/

  • We need a lot more information on you plans.

  • In the meantime, here is some homework.

Start with getting the basics of C, then stretch your wings with ++

1 Like

The basics of C is basically all of C.

C is a relatively small language and I don't think knowing it well would ever be a liability.

a7

2 Likes

Code for what? Arduino? PC?

Geeksforgeeks.com has nice tutorials.

YouTube is not a good source for learm.
CodewithHarry has an online text course too:
https://www.codewithharry.com/tutorial/cpp-for-loop/
There are dozens of such courses on the Internet, you can choose any one

I don't know if the Thread Starter learns better by watching videos/tutorials or perhaps by reading books, if it is the second option then:

  • C How to program - Deitel
  • C++ How to program - Deitel
  • C++ programming from problem analysis to program design - D.S. Malik

C is the basis of Java, Javascript, PERL, almost all modern languages. C++ is derived from C. learning C is the most sensible first step

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.