Thread: VC++.net

  1. #1
    Registered User
    Join Date
    Sep 2005
    Posts
    30

    Unhappy VC++.net

    I have been using VC++6.0 for years and just upgraded to studio.net Enterprise 2003, Visual C++.net.

    After installing, I found the interface is quite different from the VC6. A lot of things new! For learning, I searched the Net, a great number of tutorial of the VC++.net.

    You are experienced VC++.net users, might I share your experiences to make a sooner access?

  2. #2
    Slave MadCow257's Avatar
    Join Date
    Jan 2005
    Posts
    735
    Try using both for different purposes. IE I might use VC++.net for an actual game, but VC6 for a level editor written with MFC.

  3. #3
    semi-colon generator ChaosEngine's Avatar
    Join Date
    Sep 2005
    Location
    Chch, NZ
    Posts
    597
    Quote Originally Posted by MadCow257
    Try using both for different purposes. IE I might use VC++.net for an actual game, but VC6 for a level editor written with MFC.
    why? anything vc6 can do vs.net can do and without vc6's crap buggy compiler.

    Yumin, exactly what are you looking for? If you've used vc6, vs.net should be pretty familiar.
    "I saw a sign that said 'Drink Canada Dry', so I started"
    -- Brendan Behan

    Free Compiler: Visual C++ 2005 Express
    If you program in C++, you need Boost. You should also know how to use the Standard Library (STL). Want to make games? After reading this, I don't like WxWidgets anymore. Want to add some scripting to your App?

  4. #4
    chococoder
    Join Date
    Nov 2004
    Posts
    515
    the only reasons to not bin vc6 after getting a sniff of vc.NET is lack of familiarity or having code that is so specific to vc6 that it won't work using any other compiler (it is apparently possible, Sun had some Java runtimes that would only build using specific builds of vc6 (so not just any vc6, but only highly specific patch levels). IMO that's poor coding on their part, and I think they've now made an effort to remove such dependencies.
    For a while it may take a bit longer to get things done while you're getting used to the new interface, that's it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Difference in MSVC 6 & MS VC .Net
    By passionate_guy in forum C Programming
    Replies: 1
    Last Post: 01-23-2006, 06:39 AM
  2. Some .NET Distribution Stats
    By nickname_changed in forum C# Programming
    Replies: 2
    Last Post: 05-14-2005, 03:41 AM
  3. Porting code from VC++6 to VC .NET??
    By dug in forum C++ Programming
    Replies: 10
    Last Post: 01-31-2005, 11:42 AM
  4. IE 6 status bar
    By DavidP in forum Tech Board
    Replies: 15
    Last Post: 10-23-2002, 05:31 PM
  5. Visual J#
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 10-08-2001, 02:41 PM