Thread: VS2010 vs VS2008

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    If you plan to code a lot with threads, definitely go with 2010. They did great advancements on the profiler and debugger. The profiler especially. It's a thing of beauty.

    My personal opinion is that, for anything else, it doesn't matter. 2008, 2010, same stuff.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  2. #2
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    For the most part the IDE has the same interface. A new user to Visual Studio wouldn't really know the difference (although 2010 does have a nice new skin!).

    Visual Studio 2010 does have some very nice new features, but if you're just starting out...go with whichever.
    My Website

    "Circular logic is good because it is."

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. plld Prolog VS2008
    By HJoshy in forum C++ Programming
    Replies: 0
    Last Post: 04-01-2010, 10:26 AM
  2. how to create an Import Library in Vs2008
    By khumayun in forum C++ Programming
    Replies: 2
    Last Post: 03-19-2010, 10:49 AM
  3. VS2008 adding to %PATH%
    By HJoshy in forum C++ Programming
    Replies: 4
    Last Post: 03-12-2010, 10:58 AM
  4. Configuring VS2008 C++ to C
    By Akkernight in forum C Programming
    Replies: 8
    Last Post: 02-28-2009, 04:17 AM
  5. Does VS2008 have anything like Pythons IDLE?
    By atomsmasher442 in forum C# Programming
    Replies: 1
    Last Post: 07-26-2008, 04:37 AM