Difference between revisions of "Premiers pas dans la programme sous MorphOS"

From MorphOS Library

(Created page with "Retour sur la page principale")
 
Line 1: Line 1:
 
[[Page_principale|Retour sur la page principale]]
 
[[Page_principale|Retour sur la page principale]]
 +
 +
 +
''Grzegorz Kraszewski''
 +
----
 +
<small>This page in other languages: [[Pierwsze kroki w programowaniu pod MorphOS-em|Polish]]</small>
 +
 +
 +
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 Its Basic Usage]]
 +
* [[The First Traditional "Hello world!"]]
 +
* [[Useful Compiler Options]]
 +
* [[MorphOS API and Its Organization|MorphOS API and Its Organization]]
 +
 +
 +
==Common Concepts==
 +
 +
This chapter explains some programming techniques and constructs used in MorphOS.
 +
 +
* [[Exec Lists]]
 +
* [[Taglists]]

Revision as of 10:44, 18 February 2016

Retour sur la page principale


Grzegorz Kraszewski


This page in other languages: Polish


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.