Difference between revisions of "C:Resources"

From Amiga Coding
Jump to: navigation, search
(added link to UtilityBase)
(added a reference)
Line 5: Line 5:
 
* [http://www.ezcyberspace.com/gcc/index.html GCC & MUI tutorial]
 
* [http://www.ezcyberspace.com/gcc/index.html GCC & MUI tutorial]
 
* [http://www.amiga.org/modules/newbb/viewtopic.php?topic_id=32457&forum=2 Basic Amiga-API coding tutorial] (Stefan 'Kronos' Kleinheinrich)
 
* [http://www.amiga.org/modules/newbb/viewtopic.php?topic_id=32457&forum=2 Basic Amiga-API coding tutorial] (Stefan 'Kronos' Kleinheinrich)
 +
 +
 +
* [http://zerohero.homeip.net/~zerohero/ Cross compiling setup for AmigaOS3/AmigaOS4/AROS/MOS]
  
  
Line 20: Line 23:
 
* [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]

Revision as of 00:00, 23 March 2008

Tutorials



Compilers


Discussion


References