Difference between revisions of "C:Resources"

From Amiga Coding
Jump to: navigation, search
(added link for joining/viewing C mailing list)
(added link to Aminet:/dev/c and removed compiler links (they belong in the C:compiler article))
Line 1: Line 1:
 
<div style="float: right;">__TOC__</div>
 
<div style="float: right;">__TOC__</div>
 +
===Discussion===
 +
* [http://aminet.net/search?path=dev/c&desc=mailing+list Amiga-C mailing list archives on Aminet]
 +
* [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://utilitybase.com/forum/ UtilityBase Forums] (forums for Classic,AmigaOS4,AROS etc and for C++/Assembler)
 +
 +
 +
===Misc===
 +
* [http://aminet.net/dev/c Aminet dev/c] (contains Amiga-C mailing list archives and lots of sourcecodes and tools)
 +
 +
 
===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 11: Line 22:
  
 
* [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]
 
 
===Compilers===
 
* [http://www.compilers.de/vbcc.html vbcc - portable ISO C compiler]
 
* [http://amidevcpp.amiga-world.de/ AmiDevCpp] (IDE for Windows for developing for AmigaOS (m68k), AmigaOS4 (PPC), MorphOS(PPC) and for AROS (i686))
 
 
 
===Discussion===
 
* [http://aminet.net/search?path=dev/c&desc=mailing+list Amiga-C mailing list archives on Aminet]
 
* [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://utilitybase.com/forum/ UtilityBase Forums] (forums for Classic,AmigaOS4,AROS etc and for C++/Assembler)
 
  
  

Revision as of 21:48, 3 February 2009

Discussion


Misc

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


Tutorials



References