Thread: C++.NET vs. C#.NET

  1. #1
    Registered User
    Join Date
    Oct 2005
    Location
    Brasil
    Posts
    220

    C++.NET vs. C#.NET

    Ok, i am very noob in terms of .NET technologies. I have made a web browser with .NET and wow! its incredibly easy. I used microsoft visual c++ 2005. But, i read some articles of people saying how good it was to program with C#.NET, actually does it have any difference from C++.NET besides the sintax?

    And if a job requirement is to have .NET knowledge, is it for a especific language or just .NET with donīt matter what language?

    I dont know if the term C++.NET exists does it exist? Does anyone have ever used it or people just use C#.NET and i am the only strange guy that has ever used C++ with .NET?

    Thank you.

  2. #2
    carry on JaWiB's Avatar
    Join Date
    Feb 2003
    Location
    Seattle, WA
    Posts
    1,972
    C++.NET probably either means a) Managed Extensions for C++ or b) C++/CLI

    The former is used in VS 2003 and is deprecated in favor of C++/CLI (in VS 2005), which is really its own language, though it obviously is strongly related to C++, at least in syntax.

    .NET languages have an awful lot in common, which makes sense since the .NET framework is supposed to allow easy development of applications with multiple languages (lots of info: http://en.wikipedia.org/wiki/.NET_Framework)
    "Think not but that I know these things; or think
    I know them not: not therefore am I short
    Of knowing what I ought."
    -John Milton, Paradise Regained (1671)

    "Work hard and it might happen."
    -XSquared

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. migrate from .Net 2.0 to .Net 3.0
    By George2 in forum C# Programming
    Replies: 3
    Last Post: 07-25-2007, 04:07 AM
  2. Some .NET Distribution Stats
    By nickname_changed in forum C# Programming
    Replies: 2
    Last Post: 05-14-2005, 03:41 AM
  3. IE 6 status bar
    By DavidP in forum Tech Board
    Replies: 15
    Last Post: 10-23-2002, 05:31 PM
  4. .net
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 18
    Last Post: 02-15-2002, 01:15 AM
  5. Visual J#
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 10-08-2001, 02:41 PM