Thread: msvc++ .net

  1. #1
    Registered User Sekti's Avatar
    Join Date
    Feb 2002
    Posts
    163

    msvc++ .net

    can I use Microsoft Visual C++ .NET Standard to compile regular c++ programs like for dos and windows api what is the .net stuff?
    +++
    ++
    + Sekti
    ++
    +++

  2. #2
    S­énior Member
    Join Date
    Jan 2002
    Posts
    982
    You can't compile dos programs (win32 compilers generally don't). It'll do console stuff, win32 stuff, everything MSVC++ 6.0 did and more.

    >what is the .net stuff?

    Stuff to turn you into a godlike programmer, or baby eating maniac depending on which side of the fence you fall. There's been loads of posts covering this; do a search.

  3. #3
    Something Clever ginoitalo's Avatar
    Join Date
    Dec 2001
    Posts
    187
    C++.NET is more conformed to the ANSI Standard C++ Also.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. MSVC 2005 .NET Intellisense issues
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 09-19-2006, 03:04 PM
  2. Difference in MSVC 6 & MS VC .Net
    By passionate_guy in forum C Programming
    Replies: 1
    Last Post: 01-23-2006, 06:39 AM
  3. Some .NET Distribution Stats
    By nickname_changed in forum C# Programming
    Replies: 2
    Last Post: 05-14-2005, 03:41 AM
  4. debugging in msvc .NET
    By thebitmaster in forum Windows Programming
    Replies: 1
    Last Post: 12-13-2003, 03:11 PM
  5. Visual J#
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 10-08-2001, 02:41 PM