Thread: MS Visual Studio .NET Enterprise Architect - ANSI C++ ?

  1. #1
    Registered User
    Join Date
    Aug 2002
    Posts
    2

    Question MS Visual Studio .NET Enterprise Architect - ANSI C++ ?

    Is the C++ complier in VS .NET Enterprise Architect ANSI C++? I'm looking into programming games but I first need to learn the basics. I was told to make sure my C++ complier was "Ansi C++" (not exactly sure what that is, if someone could explain please) but I wasnt sure if it is. Thanks

  2. #2
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    I'm not sure if there is an ANSI C++, but there is an ANSI C standard. Yes MSVC++7 is a good C++ compiler. It meets most of the C++ standard requirements. It's better than VC++6.

  3. #3
    Registered User
    Join Date
    Aug 2002
    Posts
    2
    Originally posted by Troll_King
    I'm not sure if there is an ANSI C++, but there is an ANSI C standard. Yes MSVC++7 is a good C++ compiler. It meets most of the C++ standard requirements. It's better than VC++6.
    But this is Visual Studio .NET Enterprise Architect (or Visual C++ Net for short) not MSVC++ 7 unless they are the same thing???

  4. #4
    Registered User
    Join Date
    Jan 2002
    Posts
    387
    1. Visual C++ is NOT short for Visual Studio, Visual Studio has other componants, ie. Visual BASIC, Visual Interdev etc.

    2. Visual C++ is part of the Microsoft Visual Studio

    3. MSVC++ stands for MicroSoft Visual C++

    [EDIT]
    4. Version 7.0 of Visual Studio is the .NET version
    [/EDIT]
    "There are three kinds of people in the world...
    Those that can count and those that can't."

  5. #5
    NyCxSpyder
    Guest
    Originally posted by Okiesmokie
    1. Visual C++ is NOT short for Visual Studio, Visual Studio has other componants, ie. Visual BASIC, Visual Interdev etc.

    2. Visual C++ is part of the Microsoft Visual Studio

    3. MSVC++ stands for MicroSoft Visual C++

    [EDIT]
    4. Version 7.0 of Visual Studio is the .NET version
    [/EDIT]
    Yes I do know that (#1-3)

    VC++ 7.0 = VC++ .Net? Okay, that's all I wanted to know. Thanks a lot. ^^

  6. #6
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    VC++7 is the unmanaged c++ compiler that is part of the VS.Net package. There is also a managed C++ compiler that targets the framework. I forget what it is called, but I believe that the VB.Net and C# complers are called vbc.exe and csc.exe.

    Yes it meets the standard for the most part, it's the best Microsoft C++ compiler yet.

  7. #7
    Registered User CompiledMonkey's Avatar
    Join Date
    Feb 2002
    Location
    Richmond, VA
    Posts
    438
    Yes, VS.NET is a great tool but you'll need the .NET framework to run applications written in VS.NET. Can't you run C/C++ apps written in MSVC++ that do not have Windows Libs in a UNIX environment?

  8. #8
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    Use Java for cross platform work or else a GUI emulator such as QT.

  9. #9
    Registered User CompiledMonkey's Avatar
    Join Date
    Feb 2002
    Location
    Richmond, VA
    Posts
    438
    Originally posted by Troll_King
    Use Java for cross platform work or else a GUI emulator such as QT.
    I just Java for everything (just about).

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Testing some code, lots of errors...
    By Sparrowhawk in forum C Programming
    Replies: 48
    Last Post: 12-15-2008, 04:09 AM
  2. Templates and Macros plus more...
    By Monkeymagic in forum C++ Programming
    Replies: 8
    Last Post: 01-20-2007, 05:53 PM
  3. MS Visual Studio .NET 2005 beta 1
    By Vader in forum C++ Programming
    Replies: 8
    Last Post: 09-21-2004, 07:14 PM
  4. Visual Studio .NET beta 2
    By Marky_Mark in forum C++ Programming
    Replies: 1
    Last Post: 11-05-2001, 11:28 AM
  5. Visual J#
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 10-08-2001, 02:41 PM