The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Dev C++ Review

    Discussion in 'Windows OS and Software' started by orion95, Aug 28, 2007.

  1. orion95

    orion95 Notebook Consultant

    Reputations:
    11
    Messages:
    105
    Likes Received:
    0
    Trophy Points:
    30
    Has anyone used Dev C++,if so what's the verdict?
     
  2. Lysander

    Lysander AFK, raid time.

    Reputations:
    1,553
    Messages:
    2,722
    Likes Received:
    1
    Trophy Points:
    55
    I use it when I'm stuck on Windows for my uni work. It does the job well enough, though I always have to check it compiles properly with gcc before submitting anyways.

    The debug tools are nice.
     
  3. orion95

    orion95 Notebook Consultant

    Reputations:
    11
    Messages:
    105
    Likes Received:
    0
    Trophy Points:
    30
    I wanna learn how to use he debugging tools, any helpful guide on the same?
    Also, does dev c++ auto indent program codes as you write?
     
  4. Jalf

    Jalf Comrade Santa

    Reputations:
    2,883
    Messages:
    3,468
    Likes Received:
    0
    Trophy Points:
    105
    It's a horrible IDE that hasn't been updated or supported for the last 3 years or so. (What debug tools, btw? As far as I know, it doesn't even have an integrated debugger)

    Was that what you wanted to know? ;)

    There are at least two better free C++ IDE's for Windows.
    Visual C++ Express is by far the highest quality, and if you for some reason don't want to use that, go with Code::Blocks.

    Don't. use. Dev C++. :)
     
  5. Greg

    Greg Notebook Nobel Laureate

    Reputations:
    7,857
    Messages:
    16,212
    Likes Received:
    58
    Trophy Points:
    466
    DevC++ sucks! It has a buggy debugger that likes to not stop, move, etc, when told to. The search in files function occasionally crashes the entire IDE. Breakpoints randomly show up in my files, and sometimes don't go away when I turn them off (even though the GUI indicates there is no BP there when I run in debug mode it still breaks).

    I hate it...and will never willingly use it again.