What is difference between c++ and c#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yusufjammy
    New Member
    • Jan 2010
    • 39

    What is difference between c++ and c#

    What is difference between c++ and c#
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    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

    Working...