Difference between revisions of "First steps in MorphOS programming"

From MorphOS Library

(AusPPC fixes.)
(Reformatting, structuring.)
Line 1: Line 1:
 
''Grzegorz Kraszewski''
 
''Grzegorz Kraszewski''
 +
  
 
This is a tutorial for people who want to start writing applications for MorphOS. It is assumed that the reader knows C or C++ language, but has no (or very limited) experience in programmimg for MorphOS or Amiga systems.
 
This is a tutorial for people who want to start writing applications for MorphOS. It is assumed that the reader knows C or C++ language, but has no (or very limited) experience in programmimg for MorphOS or Amiga systems.
 +
 +
 +
==Let's Start==
  
 
* [[Installation of Software Development Kit and its basic usage|Installation of the Software Development Kit and It's Basic Usage]].
 
* [[Installation of Software Development Kit and its basic usage|Installation of the Software Development Kit and It's Basic Usage]].
Line 7: Line 11:
 
* [[Useful Compiler Options]].
 
* [[Useful Compiler Options]].
 
* [[MorphOS API and Its Organization|MorphOS API and It's Organization]].
 
* [[MorphOS API and Its Organization|MorphOS API and It's Organization]].
 +
 +
 +
==Common Concepts==
 +
 +
This chapter explains some programming techniques and constructs used in MorphOS.
 +
 +
* [[Taglists]]

Revision as of 13:08, 3 November 2010

Grzegorz Kraszewski


This is a tutorial for people who want to start writing applications for MorphOS. It is assumed that the reader knows C or C++ language, but has no (or very limited) experience in programmimg for MorphOS or Amiga systems.


Let's Start


Common Concepts

This chapter explains some programming techniques and constructs used in MorphOS.