Difference between revisions of "C:Compilers"

From Amiga Coding
Jump to: navigation, search
m (fixed VBCC link)
m (added some version numbers (not sure if latest))
Line 4: Line 4:
 
|valign=top|
 
|valign=top|
 
* C
 
* C
** Aztec C
+
** Aztec C 5.0
 
** Dice C 3.15 (1996 ?)<br />Binary - http://www.obviously.com/amiga/<br />Sourcecode - http://www.obviously.com/dice/
 
** Dice C 3.15 (1996 ?)<br />Binary - http://www.obviously.com/amiga/<br />Sourcecode - http://www.obviously.com/dice/
 
|width=50|
 
|width=50|
 
|valign=top|
 
|valign=top|
 
* C++
 
* C++
** Hisoft C (?)
+
** HiSoft C++ 4.0
** Maxon C (?)
+
** Maxon C++ 4.0
** Lattice C (?)
+
** Lattice C 5.02
 
** SAS/C 6.58
 
** SAS/C 6.58
 
|}
 
|}
Line 23: Line 23:
  
 
* C++
 
* C++
** StormC
+
** StormC++ 3.0
 +
** Storm C 4 Pro
 
</div>
 
</div>
 
|width=60|
 
|width=60|

Revision as of 14:47, 9 May 2008

(todo: check which ones are with and which ones without IDE)

  • C++
    • HiSoft C++ 4.0
    • Maxon C++ 4.0
    • Lattice C 5.02
    • SAS/C 6.58


Assemblers with IDE

The following are complete IDE's (compiler, text-editor, linker and debugger):

  • C++
    • StormC++ 3.0
    • Storm C 4 Pro

Compilers without IDE

  • C
    • Sozobon C Compiler
    • VBCC
  • C++
    • GCC


Amiga C development on other platforms

  • AmiDevCpp (Integrated Cross Platform Development Environment for Windows)
    for developing for AmigaOS (m68k), AmigaOS4 (PPC), MorphOS(PPC) and for AROS (i686) in C/C++