Difference between revisions of "C:Resources"

From Amiga Coding
Jump to: navigation, search
(added link to a1k.org's programmierung forum)
(added links to non-Amiga specific C tutorials)
Line 21: Line 21:
 
* [http://shinkuro.altervista.org/amiga/guida/ Shinkuro's Guida alla programmazione Amiga compatibile] (Italian)
 
* [http://shinkuro.altervista.org/amiga/guida/ Shinkuro's Guida alla programmazione Amiga compatibile] (Italian)
  
 +
====porting/crosscompiling====
 +
* [http://zerohero.homeip.net/~zerohero/ Cross compiling setup for AmigaOS3/AmigaOS4/AROS/MOS]
  
* [http://zerohero.homeip.net/~zerohero/ Cross compiling setup for AmigaOS3/AmigaOS4/AROS/MOS]
+
====non Amiga specific tutorials====
 +
* [http://cocoadevcentral.com/articles/000081.php cocoadevcentral - Learn C]
 +
* [http://theocacao.com/document.page/231 Theocacao: Intro to Memory and Arrays in C]
 +
* [http://theocacao.com/document.page/234 Theocacao: Intro to C Pointers and Dynamic Memory]
  
  

Revision as of 18:05, 12 July 2009

Discussion


Misc

  • Aminet dev/c (contains Amiga-C mailing list archives and lots of sourcecodes and tools)


Tutorials

porting/crosscompiling

non Amiga specific tutorials


References