0
What is difference between C# and C++ ?
3 Respostas
+ 1
I retrieved some answers from other posts:
Both Languages are used for Applications and Games.
C++ , as far as I'm aware, takes longer but provides stability.
C# , is more flexible, but may collapse easily.
I am trying to explain these in terms of Towers.
And... I don't exactly know My Way Round it, essentially, so don't take my word/words for granted.
Thanksfor Reading.
0
C++ was designed to allow developers to use all of the existing features of C but provides a number of extensions to support object-oriented programming techniques in an intermediate-level programming language. C# is a complete outlier in this list. Despite it's name, it has far more in common with Java than C or C++.