+ 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. :)
3 ответов
+ 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.
+ 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.
+ 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."