+ 2

C and C++

What's the difference? I'm interested in learning C, but...what's the difference?

2nd May 2017, 3:27 PM
Uziel ;) :) :p
Uziel ;) :) :p - avatar
3 Answers
+ 5
C++ supports object oriented programming, C doesn't, you could say C++ is more classy. You should go for C++
2nd May 2017, 3:32 PM
Daniel Hisa (1,2,3, Let'sCode!)
Daniel Hisa (1,2,3, Let'sCode!) - avatar
+ 1
C++ is a superset of C. In other words, C++ takes some of the syntactical nightmares that exist in C and makes them more legible for us mere humans. C is faster than C++, but a lot more difficult to program in without considerable experience. Check out C, then look at C++ to see just what it does for you. If you have some programming experience check out http://devdocs.io/c/ for C and http://devdocs.io/cpp/ for C++ as a reference for your adventures.
2nd May 2017, 3:36 PM
Christian Bradley
Christian Bradley - avatar
+ 1
@Christian Bradley So...C and C++ are the same, but C++ is easier to understand?
2nd May 2017, 9:08 PM
Uziel ;) :) :p
Uziel ;) :) :p - avatar