Difference between revisions of "C:Resources"

From Amiga Coding
Jump to: navigation, search
(added link to amiga-news.de Forum/Programmierung)
m (Added a free C programming tutorial resource.)
 
(11 intermediate revisions by 3 users not shown)
Line 4: Line 4:
 
* [http://tech.groups.yahoo.com/group/amiga-c/ Amiga-C mailing list] (old 2000-2006, abandoned due to spam)
 
* [http://tech.groups.yahoo.com/group/amiga-c/ Amiga-C mailing list] (old 2000-2006, abandoned due to spam)
 
* [http://tech.groups.yahoo.com/group/Amiga-C2/ Amiga-C2 mailing list] (since 2006, moderated list)
 
* [http://tech.groups.yahoo.com/group/Amiga-C2/ Amiga-C2 mailing list] (since 2006, moderated list)
* [http://utilitybase.com/forum/ UtilityBase Forums] (forums for Classic,AmigaOS4,AROS etc and for C++/Assembler)
+
<!--* [http://utilitybase.com/forum/ UtilityBase Forums] (forums for Classic,AmigaOS4,AROS etc and for C++/Assembler) Dead link-->
 
* [http://www.a1k.org/forum/forumdisplay.php?f=25 a1k.org Programmierung forum] (German)
 
* [http://www.a1k.org/forum/forumdisplay.php?f=25 a1k.org Programmierung forum] (German)
 
* [http://www.amiga-news.de/forum/board.php?id=7 amiga-news.de Forum/Programmierung] (German)
 
* [http://www.amiga-news.de/forum/board.php?id=7 amiga-news.de Forum/Programmierung] (German)
 
+
* [http://www.amigacoding.de Coding forum incorporating old content from UtilityBase.com]
  
 
===Misc===
 
===Misc===
Line 14: Line 14:
  
 
===Tutorials===
 
===Tutorials===
* [http://www.liquido2.com/tutorial/ An Introduction to AMIGA Programming Using C]
+
* [http://amigacoder.x10.mx/tutorial/ An Introduction to AMIGA Programming Using C]
 
* [http://w3.norman-interactive.com/C-Kurs.html Amiga C Kurs für Einsteiger] (tutorial in German)
 
* [http://w3.norman-interactive.com/C-Kurs.html Amiga C Kurs für Einsteiger] (tutorial in German)
* [http://www.pcguru.plus.com/tutorial/amiga_c.html Programming the Amiga - Amiga C Tutorial]
+
<!--* [http://www.pcguru.plus.com/tutorial/amiga_c.html Programming the Amiga - Amiga C Tutorial] Dead link-->
 
* [http://www.ezcyberspace.com/gcc/index.html GCC &amp; MUI tutorial]
 
* [http://www.ezcyberspace.com/gcc/index.html GCC &amp; 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) Dead link-->
* [http://shinkuro.altervista.org/amiga/guida/english/index.htm Shinkuro's Guide to Amiga Compatible Programming] (English)
+
* [https://code.google.com/archive/p/guidetoamigacompatibleprogramming/ Shinkuro's Guide to Amiga Compatible Programming] (English)
* [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) Italian not found at new site-->
 +
* [http://www.pjhutchison.org/tutorial/amiga_c.html Amiga C Tutorial] (Covers many general and Amiga-specific topics)
  
====porting/crosscompiling====
+
<!--====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] Dead link-->
  
====non Amiga specific tutorials====
+
====Non Amiga-Specific Tutorials====
 +
* [http://fresh2refresh.com/c-tutorial-for-beginners/ C tutorial]
 
* [http://cocoadevcentral.com/articles/000081.php cocoadevcentral - Learn C]
 
* [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/231 Theocacao: Intro to Memory and Arrays in C]
 
* [http://theocacao.com/document.page/234 Theocacao: Intro to C Pointers and Dynamic Memory]
 
* [http://theocacao.com/document.page/234 Theocacao: Intro to C Pointers and Dynamic Memory]
 
+
* [http://cprogrammingexpert.com/c-tutorial/ C Programming tutorial]
  
 
===References===
 
===References===
Line 35: Line 37:
 
* [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] Dead link-->

Latest revision as of 07:29, 9 July 2017

Discussion

Misc

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


Tutorials


Non Amiga-Specific Tutorials

References