0
Learning c++ after python ?
So I would consider myself a somewhat advanced python coder but I have decided to learn c++ to be able to pursue hardware projects and ardunio related projects. Question 1) should i learn c or c++ what's the difference 2) how hard is it really to learn theese after learning another language? thanks everyone
4 Respostas
+ 6
Ans 1)The main difference between both these languages is C is a procedural programming language and does not support classes and objects, while C++ is a combination of both procedural and object-oriented programming languages. On the other hand, C++ supports both procedural and object-oriented programming paradigms.
Ans 2) All languages are easy! Nothing is hard just depends on you that how you practice it, read it, explore it! And you are a py coder you will not face problems while learning these!
All the best!
+ 6
https://code.sololearn.com/WykoN7bcDsgX/?ref=app
You can check out My Languages section as well if you like
+ 4
If you already know python very well, then C or C ++ will be very easy for you.
At least it was very easy for me.
+ 3
Ardunio uses C++