Welcome, Guest. Please login or register.

Author Topic: Compilers... What did they use before?  (Read 5709 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Compilers... What did they use before?
« on: December 11, 2005, 01:26:16 AM »
Assuming you don't want to use gcc, you have several options:

VBCC (free, shell based, C/C99 only)
StormC3 (shipped free with devcd 2.1)
StormC4 (I think it's like 50 Euro now?)
SAS/C (if you can still get it)

If you are looking for a really easy to use IDE, stormc is good. It isn't the greatest compiler however but for quick jobs it is quite good.

Even now I sometimes use it to build a project that I will later compile with gcc or whatever.
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Compilers... What did they use before?
« Reply #1 on: December 11, 2005, 07:23:45 PM »
Quote

uncharted wrote:

Technically StormC 4.0 used the GCC compiler :-P


Well, technically, it shipped with both gcc and stormc3 compiler backends, you can use either. Either way, you get an easy to use IDE that in my opinion is ideal for make-loathers...
int p; // A