Is c more complex than c++? Or reverse? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is c more complex than c++? Or reverse?

13th Apr 2017, 5:30 PM
Anonymous🍩
Anonymous🍩 - avatar
4 Answers
+ 7
C is much smaller than C++. Also C++ has more functionality, some say too much. So I'd say that C++ is more complex. You do not need to know C to learn C++.
13th Apr 2017, 5:37 PM
Louis
+ 7
C++ is easier and simpler than C especially thanks to the OOP concepts
13th Apr 2017, 5:51 PM
Pixie
Pixie - avatar
+ 1
Learn c++. In c++ there are classes (objects) which can be created to reuse code and allow polymorphic data abstraction. There are also template functions and template classes that allows you to create these with generic data types. C does not have any of these features and last but not least. C++ code gets compiled to c code and therefore it runs just as fast as c.
13th Apr 2017, 5:38 PM
Joshua Pierson
Joshua Pierson - avatar
- 2
C is more complex. C++ is basically C with some new stuff to make programmer's life easier. C is definitely more complex.
13th Apr 2017, 5:49 PM
Denis Felipe
Denis Felipe - avatar