Difference between revisions of "Other Links"

From Amiga Coding
Jump to: navigation, search
(changed tutorial link to directly point to the tutorial page)
(links for C/C++ moved to a seperate article)
Line 2: Line 2:
 
==Arexx==
 
==Arexx==
 
* [http://web.archive.org/web/20020405121853/http://www.halcyon.com/robin/www/arexxguide/main.html ARexx guide] (last updated jun-1995)
 
* [http://web.archive.org/web/20020405121853/http://www.halcyon.com/robin/www/arexxguide/main.html ARexx guide] (last updated jun-1995)
 
 
==C==
 
* [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://aminet.net/search?path=dev/c&desc=mailing+list Amiga-C mailing list archives on Aminet]
 
===Tutorials===
 
* [http://www.liquido2.com/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://www.pcguru.plus.com/tutorial/amiga_c.html Programming the Amiga - Amiga C Tutorial]
 
* [http://www.ezcyberspace.com/gcc/index.html GCC & MUI tutorial]
 
===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))
 
===References===
 
* [http://www.acm.uiuc.edu/webmonkeys/book/c_guide/ The C Library Reference Guide]
 
  
  

Revision as of 18:21, 16 March 2008

Arexx


Amiga E

Amiga E compilers


Other