Amiga.org

The "Not Quite Amiga but still computer related category" => Alternative Operating Systems => Topic started by: Cyberus on July 19, 2005, 02:45:40 PM

Title: Which C/C++ package?
Post by: Cyberus on July 19, 2005, 02:45:40 PM
I used to use an old version of Borland when I was at university, can't remember which version, just that it came on  loads of HD floppies.
Anyone recommend any decent C/C++ packages (for Windows)?
Title: Re: Which C/C++ package?
Post by: SamuraiCrow on July 19, 2005, 03:39:04 PM
Do a quick search on sourceforge.net for DevCpp .  It's got a nice GUI and is based on the MinGW build of GCC.  It's very popular too (as any free Windows compiler would be expected to be) so you should have no difficulty finding help with it.
Title: Re: Which C/C++ package?
Post by: adolescent on July 19, 2005, 03:54:23 PM
If you want an IDE that's almost identical to the Borland Turbo C/C++ DOS interface (same shortcut keys, layout, etc.) then check out RHIDE (http://sourceforge.net/projects/rhide).  It's originally for DJGPP but I believe you can use it with other compilers.
Title: Re: Which C/C++ package?
Post by: Cyberus on July 19, 2005, 04:42:19 PM
thanks, I'll check those out tonight