how is c++ different from c | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

how is c++ different from c

16th Jun 2016, 4:11 PM
VIPUL RINWA
VIPUL RINWA - avatar
3 Answers
+ 1
C++ is the C with classes
16th Jun 2016, 6:31 PM
Klodian Lula
Klodian Lula - avatar
0
1. C is procedural language on the other hand C++ is an object oriented language. 2. C is a low level language , C++ is a middle level language. 3. C++ can be broken down to solve real world problems which is not the case in C 4. Input and output function differ in the two languages.
16th Jun 2016, 4:17 PM
VIPUL RINWA
VIPUL RINWA - avatar
0
C++ has classes, templates, smart pointers, broader standard library and lot of other fancy stuff of which enables, for example, object oriented programming and safer memory handling.
16th Jun 2016, 5:24 PM
VPA
VPA - avatar