Welcome, Guest. Please login or register.

Author Topic: Which C/C++ package?  (Read 2083 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline CyberusTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2003
  • Posts: 5696
    • Show only replies by Cyberus
Which C/C++ package?
« 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)?
I like Amigas
 

Offline SamuraiCrow

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2281
  • Country: us
  • Gender: Male
    • Show only replies by SamuraiCrow
Re: Which C/C++ package?
« Reply #1 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.
 

Offline adolescent

  • Hero Member
  • *****
  • Join Date: Sep 2003
  • Posts: 3056
    • Show only replies by adolescent
Re: Which C/C++ package?
« Reply #2 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.
Time to move on.  Bye Amiga.org.  :(
 

Offline CyberusTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2003
  • Posts: 5696
    • Show only replies by Cyberus
Re: Which C/C++ package?
« Reply #3 on: July 19, 2005, 04:42:19 PM »
thanks, I'll check those out tonight
I like Amigas