Differences between C and C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Differences between C and C++?

At school here in italy i study only C but i don't know if it is worth nowdays. Is C still used in 2017? And...C++ is more difficult than C? What about C#? Sorry if i did some mistakes with english. :)

2nd Apr 2017, 5:48 PM
Davide Learning
Davide Learning - avatar
3 Answers
+ 11
Ciao Davide, ti lascio qui altre risorse dove approfondire ciò che ha già scritto Will. Differenze di sintassi tra C e C++ - http://www.cprogramming.com/tutorial/c-vs-c++.html Cos'è C# - https://it.answers.yahoo.com/question/index?qid=20110620105323AAEbhxZ Se stai pensando di imparare un nuovo linguaggio al di fuori degli studi... lascia stare C, scegli tra C# e C++ quello più adatto a te.
2nd Apr 2017, 5:59 PM
Maz
Maz - avatar
+ 4
C++ is like an upgrade of C. C# is like an upgrade or C++. but the languages are some distinct from themselves. C is not Object oriented, and is great for allocating memory, using Assembly features.. that's why it's a mid level language. C++ Is object oriented, but does not have low level features as C does.
2nd Apr 2017, 5:54 PM
Welliton Malta
Welliton Malta - avatar
+ 1
"The major difference between C and C++ is that 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 language; therefore C++ can be called a hybrid language."
3rd Apr 2017, 5:02 AM
futureAliens
futureAliens - avatar