Thread: Dev C++ Version 5

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    73

    Dev C++ Version 5

    Can someone please tell me how well this version of Dev C++ works? That is, should I get version 4 instead of version 5? I have used version 4 before, but since I recently obtained a new computer, I must download it again. Since my computer's internet connection is so slow, it is impractical for me to get both and try them. Thank you! ^_^

  2. #2
    *******argv[] - hu? darksaidin's Avatar
    Join Date
    Jul 2003
    Posts
    314
    I'm not sure if this is the right board, but well...

    I've never used DevC++ 4 but from what I can tell, version 5 is stable. There are a few minor issues, but you can work around most of it by modifying the default DevC++ settings.

    The only thing I find quite annoying is, that it has problems with relative paths - ie you enter an absolute path to your projects include files, DevC++ automatically transforms it to a relative path based on GetCurrentDirectory(), but doesn't make your projects path the current one.
    Another thing is the debugger. It changes CurrentDirectory to it's own after every single breakpoint. Very annoying

    Other than that, everything I noticed can be resolved by a few changes to your settings (like the truncated error messages etc).

    edit: this is a good DevC++ FAQ
    Last edited by darksaidin; 08-29-2003 at 11:20 AM.
    [code]

    your code here....

    [/code]

  3. #3
    Registered User
    Join Date
    Feb 2002
    Posts
    73
    Thank you!

  4. #4
    Registered User LogicError's Avatar
    Join Date
    Aug 2003
    Location
    г. Магнитогорск
    Posts
    76
    I worked with 3 versions of Dev-C++, version 4, final release, version 5 beta and the new version 5. Comparing to the 5th version, the 4th looks kind of old, but I really prefer the 5 beta, tough there is some cool stuff in the last version that 5b doesnt have.. but I don't care much, all I need is a text editor and a compiler, just like the old times

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem building Quake source
    By Silvercord in forum Game Programming
    Replies: 16
    Last Post: 07-11-2010, 09:13 AM
  2. No Version info tab in file properties?
    By cpjust in forum Windows Programming
    Replies: 2
    Last Post: 06-03-2008, 03:42 PM
  3. How to set File Version of VC++ 6 dll
    By mercury529 in forum Windows Programming
    Replies: 3
    Last Post: 12-08-2006, 02:49 PM
  4. Dev C++ version 4
    By Finchie_88 in forum C++ Programming
    Replies: 2
    Last Post: 12-19-2004, 12:55 PM
  5. Replies: 16
    Last Post: 08-23-2003, 09:22 PM