Difference between revisions of "C:Resources"

From Amiga Coding
Jump to: navigation, search
(non Amiga specific tutorials)
m (Added a free C programming tutorial resource.)
 
(3 intermediate revisions by one other user 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 23: Line 23:
 
* [http://www.pjhutchison.org/tutorial/amiga_c.html Amiga C Tutorial] (Covers many general and Amiga-specific topics)
 
* [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] Dead link-->
+
* [http://zerohero.homeip.net/~zerohero/ Cross compiling setup for AmigaOS3/AmigaOS4/AROS/MOS] Dead link-->
  
 
====Non Amiga-Specific Tutorials====
 
====Non Amiga-Specific Tutorials====
Line 31: Line 31:
 
* [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 36: 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