Difference between revisions of "C:Resources"

From Amiga Coding
Jump to: navigation, search
(added a reference)
(added link to reference manuals)
Line 1: Line 1:
 +
<div style="float: right;">__TOC__</div>
 
===Tutorials===
 
===Tutorials===
 
* [http://www.liquido2.com/tutorial/ An Introduction to AMIGA Programming Using C]
 
* [http://www.liquido2.com/tutorial/ An Introduction to AMIGA Programming Using C]
Line 21: Line 22:
  
 
===References===
 
===References===
 +
* [http://pub.elowar.com/AmigaDev/ reference manuals] (RKM Devices, Hardware Reference, RKM Libraries, Includes and Autodocs 2/3)
 
* [http://www.acm.uiuc.edu/webmonkeys/book/c_guide/ The C Library Reference Guide]
 
* [http://www.acm.uiuc.edu/webmonkeys/book/c_guide/ The C Library Reference Guide]
 
* [http://amigan.1emu.net/releases/ami-code.txt Amiga Coding Guide] (about StormC 4 bugs, Reactor bugs, undocumented OS3.9 functions, Lint, serial debugging tools etc)
 
* [http://amigan.1emu.net/releases/ami-code.txt Amiga Coding Guide] (about StormC 4 bugs, Reactor bugs, undocumented OS3.9 functions, Lint, serial debugging tools etc)
 
* [http://zerohero.homeip.net/~zerohero/autodocs/os3.1/ OS3.1 autodocs]
 
* [http://zerohero.homeip.net/~zerohero/autodocs/os3.1/ OS3.1 autodocs]

Revision as of 13:33, 31 March 2008

Tutorials



Compilers


Discussion


References