+ 1
What's difference between C# and C++
2 Answers
+ 1
the major difference between C and C++ is that C is 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
0
C# is more safe, but c++ is faster. c++ doesn't have garbage collector. c# doesn't provide multiple inheritance, but you can use interfaces.
The main diffrerence is working with memory and this thing define area of applications of these langs.