What is difference between c++ and c#
What is difference between c++ and c#
Collapse
X
-
Tags: None
-
They are completely different languages. C# is a Microsot inversion which uses at least some of the pardigms of Java and is designed specifically for use with the .NET framework and as such is at the very least limited to platforms that support the .NET framework if not solely Windows.
C++ is a general programming language the standard for which is under the control of the ISO. It has compilers for many varied platforms and environments.
Comment