Thread: Good C++ programs?

  1. #1
    Algorithm engineer
    Join Date
    Jun 2006
    Posts
    286

    Good C++ programs?

    Hello!

    I'm wondering which is your favourite C++ debugger? Or favourite IDE? Compiler? Of course I would rather run freeware than commercial programs, but if it is commercial, please tell me anyway.

    I haven't really got a clue of what programs to use, which is good or which is bad, or even which kind of programs I should search for, a good IDE or a good compiler/debugger? I have been taught how to use Dev-Cpp in school, and that's about it. But Dev-C++ sucks when it comes to debugging, and it sometimes needs to shut down because of error. Please help me find a good combination of programs in windows. Thanks!

    -Kristofer
    Last edited by TriKri; 07-06-2007 at 07:04 PM.
    Come on, you can do it! b( ~_')

  2. #2
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    MS Visual Studio [v6, 2002, 2003]

    Not a big fan of 2005 so far.

    Every commercial software house I have worked for has used MSVC.

    But then I (mainly) create 'asset protection' systems based on MS OS's (embedded, server and desktop versions) so I am biased.....
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

  3. #3
    Registered User
    Join Date
    Jul 2006
    Posts
    63
    dev-cpp does everything ive ever asked of it, and if u need to build guis use wxDev-cpp, its kinda buggy but its an excellent implementation of a form designer which uses wx instead of the MFC, which means ur applications are both cross platform and dont require the 700$ MFC.

  4. #4
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    No, wxWidgets wraps Win32 API and so does MFC. Really you'd be best to use pure Win32 API so you understand window's programming then use something "further away" like wx.

    But if you want a compiler MingW as you said is good, the Microsoft Compilers aren't bad too.

  5. #5
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    No, wxWidgets is not just a Win32 wrapper. It's a platform-independent abstraction. If you use pure Win32 API you learn more about programming Windows, but not necessarily windows programming.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Good sound storage method
    By VirtualAce in forum Game Programming
    Replies: 1
    Last Post: 10-14-2003, 05:18 AM
  2. linked list recursive function spaghetti
    By ... in forum C++ Programming
    Replies: 4
    Last Post: 09-02-2003, 02:53 PM
  3. Opinion on GOOD digicam
    By Shadow in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 08-22-2003, 05:37 PM
  4. Question about atheists
    By gcn_zelda in forum A Brief History of Cprogramming.com
    Replies: 160
    Last Post: 08-11-2003, 11:50 AM
  5. Good way to get started with C?
    By Sunner in forum C Programming
    Replies: 4
    Last Post: 02-04-2002, 01:50 AM