| Author |
Message |
FHteam
Admin
|
# Posted: 4 Dec 2005 15:46
Reply
Dev C++ by Bloodshed Software Programming → Compilers and SDK → C and C++
Bloodshed Dev-C++ is a full-featured Integrated Development Environment (IDE) for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. Dev-C++ can also be used in combination with Cygwin or any other GCC based compiler....
|
Keo Cola
|
# Posted: 13 Feb 2007 00:30
Reply
Very useful and user-friendly program for making games or other C or C++ stuff.
|
derelict
Member
|
# Posted: 13 Feb 2007 10:51
Reply
I had tried it in the past, and it worked fine with console programs, but had some problems with Win32 programs, where you had to set breakpoints in a function in the message-handler callback function.
I also tried insight, which comes with the mingw-utils package. It also has a gui interface, and sort of partially handles the Win32 programs. None of them really handle Win32 all that well.
|
Keo Cola
|
# Posted: 13 Feb 2007 18:44
Reply
If you really need a good C++ for Win32, try Visual C++ 2005 from Microsoft.
Free but you have to register and have a hotmail account.
|