CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2008
    Posts
    5

    VC++ vs VC++.NET

    I would like to know the advantages and disadvantages of VC++.NET and VC++. I would also like to know which one should be used in programs like image processing

  2. #2
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: VC++ vs VC++.NET

    .NET uses a framework that needs to be installed (giving you more possibilities). VC++ doesn't.

    I would also like to know which one should be used in programs like image processing
    Doesn't matter. Both are quite capable of doing that. I think it's more a matter of taste. .NET gives you a framework that makes it easy to do stuff, but VC++ gives you more control (and yes, I know a lot of people don't agree with me).

  3. #3
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: VC++ vs VC++.NET

    Another opinion. If you want to learn C++ go with VC++.

    If you want to program in .Net, use C#.

    Note that Visual Studio 2005 and 2008 are capable of coding C++, managed C++ or C#. Just because it's Visual Studio xxx .net, doesn't mean it's only for creating .Net programs.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured