Thread: switch to visual studio 2005 or stick to dev-c++?

  1. #1
    ima n00b, ok? orion-'s Avatar
    Join Date
    Aug 2005
    Location
    alberta, canada
    Posts
    55

    switch to visual studio 2005 or stick to dev-c++?

    right now im using dev-c++ compiler from bloodshed but i am thinking about switching to visual studio 2005. i found a copy of VS 05 on ebay for $60 and i am considering purchasing it. is it worth it the cash?

  2. #2
    Registered User Frobozz's Avatar
    Join Date
    Dec 2002
    Posts
    546
    Visual C++ Express Edition 2005 is free. Also the edition on eBay could be academic/have a used key.

  3. #3
    ima n00b, ok? orion-'s Avatar
    Join Date
    Aug 2005
    Location
    alberta, canada
    Posts
    55
    the copy i found on ebay is visual studio 2005 standard edition. whats academic?

  4. #4
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    If I were you, I would take the Visual Studio 2005 Express Edition for free off of Microsoft's website before buying a version for $60 off of ebay. It has everything you will need.

    "Academic" is normally Visual Studio standard edition priced at a special price for students...mainly university students.

    If you in fact are a student at a univeristy, check and see if your university is a member of the MSDNAA, because you could be entitled to even better deals. If your university is a member of the MSDNAA you could get the 2005 Professional version of MS Visual Studio completely for free.

    Regarding whether you should change over from Dev-C++:

    Dev-C++ is a good IDE, but there are better that have been released lately, and the production of Dev-C++ has been stopped. It is still good to have, however, because it uses gcc as its compiler. If you develop your code for gcc, it will be very portable, and in theory should compile successfully on Linux and other platforms as well...as long as you dont use any platform specific functions (Windows API, etc.). So Dev-C++ is good for portability in that sense.

    Many people are suggesting Code::Blocks these days. I downloaded and it seems like a nice IDE.

    My main IDE is Visual Studio.
    My Website

    "Circular logic is good because it is."

  5. #5
    pwns nooblars
    Join Date
    Oct 2005
    Location
    Portland, Or
    Posts
    1,094
    If you are a fan of Dev-C++, I suggest moving to Code::Blocks. Best part about CB is if you prefer the Microsoft Compiler, you can install and use that with CB, it is extremely flexible!

  6. #6
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    The only gripe I have with code::blocks is the fact you have to zoom in on the editor to get the text a resonable size, and it takes a while to configure. But thats just me being fussy
    Double Helix STL

  7. #7
    pwns nooblars
    Join Date
    Oct 2005
    Location
    Portland, Or
    Posts
    1,094
    Never had that problem, though it has been a long time since I have had to redo my configuration. Worst case though, just up the size of the font.

  8. #8
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    I also just set up CDT with eclipse and while it doesn't have too many features it does have a refractory unlike code blocks and it is very adaptive and has the automatic compiling.

    I use mainly code blocks because it's very damned good, and eclipse still hasn't reached to the level where it has most of eclipse's features for the JDT. You can change the text size in the editor preferences though.

    And I just don't like visual studio, those damned Just-in-time debugger buggers don't dissapear even after you uninstall it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Templates and Macros plus more...
    By Monkeymagic in forum C++ Programming
    Replies: 8
    Last Post: 01-20-2007, 05:53 PM
  2. Help linked lists Visual Studio 2005
    By snap_Dragon555 in forum C++ Programming
    Replies: 4
    Last Post: 11-30-2006, 04:53 AM
  3. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  4. pointer to array of objects of struct
    By undisputed007 in forum C++ Programming
    Replies: 12
    Last Post: 03-02-2004, 04:49 AM
  5. Linking error
    By DockyD in forum C++ Programming
    Replies: 10
    Last Post: 01-20-2003, 05:27 AM