Thread: Does Microsoft Visual C++ .NET come with C#?

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    16

    Question Does Microsoft Visual C++ .NET come with C#?

    Does Microsoft Visual C++ .NET come with a C# compiler?

    If so, is it possible to integrate this into the IDE? What exactly are the differences between Microsoft Visual C++ .NET and Microsoft Visual C# .NET?

  2. #2
    Registered User dalek's Avatar
    Join Date
    May 2003
    Posts
    135
    Visual C++ comes with a command line compiler (part of the .NET framework), however it is not intergrated into the IDE. You would need Visual Studio for that, or of course Visual C#.
    What exactly are the differences between Microsoft Visual C++ .NET and Microsoft Visual C# .NET?
    I've never actually used it (although I have seen it), so I cannot really comment on it's functionality - I've been using Borlands Free IDE which is very nice but is lacking some of the features found in the Visual C# package such as the ability to create installer projects and database support and of course the licensing prohibits commercial apps.

    From what I have seen of Visual C# the IDE will be familiar to anyone who has used Visual C++ but with a greater emphasis on "point and click" design.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Can we have vector of vector?
    By ketu1 in forum C++ Programming
    Replies: 24
    Last Post: 01-03-2008, 05:02 AM
  2. multiple errors generated by socket headers
    By nocturna_gr in forum Windows Programming
    Replies: 5
    Last Post: 12-16-2007, 06:33 PM
  3. Microsoft Visual Studio .NET HELP!!
    By mrafcho001 in forum Tech Board
    Replies: 8
    Last Post: 03-15-2005, 02:16 PM
  4. Stupid compiler errors
    By ChrisEacrett in forum C++ Programming
    Replies: 9
    Last Post: 11-30-2003, 05:44 PM
  5. MS Visual C++ 6 wont include vector.h in a header file
    By bardsley99 in forum C++ Programming
    Replies: 9
    Last Post: 11-06-2003, 12:05 PM