Thread: C++ IDE for Windows XP?

  1. #1
    lucy
    Join Date
    Nov 2005
    Location
    england
    Posts
    2

    Question C++ IDE for Windows XP?

    Hi!

    I'm new here. I've read a book on C++ and want to get programming. I want a compiler (IDE?) to run on windows and read that bloodshed dev 4 was recommended as it is free and easy to use. But it doesn't say windows XP on version 4, and version 5 is a beta version. Does this matter? Can anyone recommend how to get me started? Oh, and I don't have broadband if that makes a difference.

    Thanks,
    Lucy
    xx

  2. #2
    Registered User Micko's Avatar
    Join Date
    Nov 2003
    Posts
    715
    Quote Originally Posted by lucyb
    Hi!

    I'm new here. I've read a book on C++ and want to get programming. I want a compiler (IDE?) to run on windows and read that bloodshed dev 4 was recommended as it is free and easy to use. But it doesn't say windows XP on version 4, and version 5 is a beta version. Does this matter? Can anyone recommend how to get me started? Oh, and I don't have broadband if that makes a difference.

    Thanks,
    Lucy
    xx
    Dev-Cpp is free and solid IDE for windows.
    You can download it from
    www.bloodshed.net
    I use 4.9.9.2 (5.0 beta) and don't have any problems

    - Micko
    Gotta love the "please fix this for me, but I'm not going to tell you which functions we're allowed to use" posts.
    It's like teaching people to walk by first breaking their legs - muppet teachers! - Salem

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    Yeah, Dev-C++ is fine - it's a very popular choice, and follows the standard quite nicely.

    Dev-C++ 4 is stable, but it uses an out-of-date standard.

    I use the 5.0 beta, and I've never had any problems. I'd recommend the 5.0 beta personally.

    Don't worry about not having broadband - it's a fairly small download. Only 7 MB if I remember correctly.

  4. #4
    Registered User CompiledMonkey's Avatar
    Join Date
    Feb 2002
    Location
    Richmond, VA
    Posts
    438

  5. #5
    Programmer
    Join Date
    Nov 2005
    Location
    Canada
    Posts
    33
    Personaly I would stay away from all Microsofts Compiliers, but hey thats just me. I only used Visual BASIC, last MS VS Program i'll ever use.
    (Expert Visual Basic Programmer)
    (Newbie C/C++ Programmer)

  6. #6
    Registered User
    Join Date
    Jan 2005
    Posts
    847
    Dose anyone know how Microsoft visual c++ 2005 xpress edition compares to visual c++ 6.0? Is it worth switching?

  7. #7
    Registered User mrafcho001's Avatar
    Join Date
    Jan 2005
    Posts
    483
    Visual Studio 8 2005 is really worth it, in my opinion. It has some really great features and a lot of project options and project optimizations. And when you compile a program the size is very small. i've gotten up to 200kb smaller size then the size of Visual Studio .NET 2003, and im not sure about this but i believe VS.NET 03 compiles programs a lot smaller than Dev C++ and VS6.

    If you have the money its really worth it.
    My Website
    010000110010101100101011
    Add Color To Your Code!

  8. #8
    semi-colon generator ChaosEngine's Avatar
    Join Date
    Sep 2005
    Location
    Chch, NZ
    Posts
    597
    Quote Originally Posted by dimirpaw
    Personaly I would stay away from all Microsofts Compiliers, but hey thats just me. I only used Visual BASIC, last MS VS Program i'll ever use.
    VB was indeed a steaming pile of evil, but if you choose to ignore VC++ that's your loss, dude. Visual Studio 2k3 and 2k5 are some of the best conformant optimising compilers out there and the IDE puts everything else I've tried to shame.

    plus it's almost the industry standard development environment, (at least in most of the places I've worked). If you want a job programming C++ in a windows environment, learn to like it!
    "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?

  9. #9
    Deprecated Dae's Avatar
    Join Date
    Oct 2004
    Location
    Canada
    Posts
    1,034
    If you're new I would go with Dev-Cpp 5.

    I plan on getting, and learning how to use, Visual Studio 2005 eventually, but definetly not until I get into some heavy project (within a year or two).
    Warning: Have doubt in anything I post.

    GCC 4.5, Boost 1.40, Code::Blocks 8.02, Ubuntu 9.10 010001000110000101100101

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 8
    Last Post: 05-07-2009, 11:31 AM
  2. Trying to Install XP over Vista with SATA HD
    By Shamino in forum Tech Board
    Replies: 2
    Last Post: 12-13-2008, 06:56 PM
  3. Need help with program
    By HAssan in forum C Programming
    Replies: 8
    Last Post: 06-10-2007, 08:05 PM
  4. Question..
    By pode in forum Windows Programming
    Replies: 12
    Last Post: 12-19-2004, 07:05 PM
  5. Windows XP regression over time
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 12-17-2002, 10:49 AM