C: Difference between revisions

From Atari Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:
   
 
== Compilers ==
 
== Compilers ==
* [[Lattice C]]
 
* [[Prospero C]]
 
* [[Pure C]]
 
* [[Sozobon C]]
 
 
* [[HSC]] (Heat-and-Serve C - 1992) : Modified version of Sozobon C !
 
* [[HSC]] (Heat-and-Serve C - 1992) : Modified version of Sozobon C !
  +
* [[Lattice C]] : Lattice C ST by HiSoft.
 
* '''Prospero C'''
  +
* [[Pure C]] : Pure C English Overview (or, "What Your 'Mutter' Never Told You About Pure C") by Dan Wilga.
  +
* [[Sozobon ADB]] Debugger for Sozobon C on the Atari ST.
  +
* [[Sozobon C]] : The freeware Sozobon C Compiler by Tony Andrews, Johann Ruegg and Joe Treat.
  +
* [[Turbo C]] : Turbo C and Turbo Debugger by Borland GmbH. German Documentation
  +
* '''Mark Williams C'''
 
<br>
 
<br>
  +
== Others ==
 
  +
== FAQ/Tutorials ==
 
* [[Atari ST C for newbies]]
 
* [[Atari ST C for newbies]]
 
* [[A C introduction to GEM and TOS]]
 
* [[A C introduction to GEM and TOS]]
 
* [[GemDos BIOS functions]] (August 26, 1985)
 
* [[GemDos BIOS functions]] (August 26, 1985)
 
* [[Professional GEM]] programming
 
* [[Professional GEM]] programming
  +
<br>
 
  +
== External links ==
  +
[http://rg.atari.org/ Reservoir Gods] : Pure C is available and proper game library.
  +
<br><br>
  +
<br />
  +
<br />
  +
Back to [[Programming]]
 
[[Category:Programming languages]]
 
[[Category:Programming languages]]
 
[[Category:C]]
 
[[Category:C]]

Latest revision as of 05:15, 19 February 2012

C is one of the most used programming languages.

Compilers

  • HSC (Heat-and-Serve C - 1992) : Modified version of Sozobon C !
  • Lattice C : Lattice C ST by HiSoft.
  • Prospero C
  • Pure C : Pure C English Overview (or, "What Your 'Mutter' Never Told You About Pure C") by Dan Wilga.
  • Sozobon ADB Debugger for Sozobon C on the Atari ST.
  • Sozobon C : The freeware Sozobon C Compiler by Tony Andrews, Johann Ruegg and Joe Treat.
  • Turbo C : Turbo C and Turbo Debugger by Borland GmbH. German Documentation
  • Mark Williams C


FAQ/Tutorials


External links

Reservoir Gods : Pure C is available and proper game library.



Back to Programming