+ 2

Which one to start with c or c++ ?

I know html css js(a bit ).which language i should learn first c or cpp ? I know cpp is upgraded version of c. But for a newbie is it ok to start with cpp ?

26th Apr 2019, 12:05 PM
HITANSH DOSHI
HITANSH DOSHI - avatar
6 Respuestas
+ 4
If you want to learn C++, learn C++. If you want to learn C, learn C. Don't learn C just so that you can have a 'better' understanding of C++ later, you're just wasting time then. They are entirely different languages at this point. Not just an 'upgraded version of C'. If you are planning to do low level stuff, like operating systems, drivers, embedded systems I would recommend C. Otherwise I recommend C++. It just depends on what you want. Most beginner tutorials in C++ focus on the basic concepts like pointers and arrays which are also used in C. So by learning C++ you also gain experience in C at the same time.
26th Apr 2019, 2:02 PM
Dennis
Dennis - avatar
+ 3
Maybe start with C first.
26th Apr 2019, 1:49 PM
Sonic
Sonic - avatar
+ 2
its ok, there are a few difference in syntax but mostly C code works on C++. but not the other way around
26th Apr 2019, 12:23 PM
Taste
Taste - avatar
+ 2
Dennis Thank you for such a great explanation.👏👏 One more help, I want to learn to develop apps,games, ethical hacking So which will be better ??
26th Apr 2019, 2:09 PM
HITANSH DOSHI
HITANSH DOSHI - avatar
+ 2
C++ is great for apps and games. Hacking probably too, but I think python is the go-to language for most hackers.
26th Apr 2019, 2:16 PM
Dennis
Dennis - avatar
+ 1
Thank you so much Dennis 👏👏
26th Apr 2019, 3:41 PM
HITANSH DOSHI
HITANSH DOSHI - avatar