Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

visual c++ 6 vs .net

  • 24-02-2006 12:19PM
    #1
    Registered Users, Registered Users 2 Posts: 1,305 ✭✭✭


    newbie quesiton here! what is the difference between visual studio c++ 6 and the .net products, other than being newer.

    i dont have much exp in vc++6 and none in .net

    is it worth while moving to .net

    im building a inventory tool using WMI

    thx


Comments

  • Moderators, Education Moderators, Motoring & Transport Moderators Posts: 7,396 Mod ✭✭✭✭**Timbuk2**


    I'm not entirely sure about C++, but I know as a Visual Basic programmer that the language has changed completely from VB6 to VB.NET, which took a bit of getting used to, but it is simpler to do alot of stuff now, with the new language. AFAIK the language hasn't changed (much) in C++

    If you just want to try it out without forking out money for .NET you can download the express edition here

    The express editions are quite good, and if you aren't planning to use C++ for your job or anything, the express editions will be all you need. When you download it, it will work for 30 days. To get it to work for life you need to register (which is free, all you need is a hotmail email address [or a MS Passport one])


  • Registered Users, Registered Users 2, Paid Member Posts: 2,427 ✭✭✭ressem


    Visual Studio .Net versions have newer versions of the C++ compiler with more complient STL libraries from Dinkumware.

    You have the option of using standard C++, or the managed microsoft version which is comparable to c# and vb.net compiling to bytecodes.


Advertisement