Difference between revisions of "First steps in MorphOS programming"

From MorphOS Library

(Common Concepts)
(Common Concepts: Added link to Exec Lists)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
''Grzegorz Kraszewski''
 
''Grzegorz Kraszewski''
 +
----
 +
<small>This page in other languages: [[Pierwsze kroki w programowaniu pod MorphOS-em|Polish]]</small>
  
  
Line 7: Line 9:
 
==Let's Start==
 
==Let's Start==
  
* [[Installation of Software Development Kit and its basic usage|Installation of the Software Development Kit and Its Basic Usage]].
+
* [[Installation of Software Development Kit and its basic usage|Installation of the Software Development Kit and Its Basic Usage]]
* [[The First Traditional "Hello world!"]].
+
* [[The First Traditional "Hello world!"]]
* [[Useful Compiler Options]].
+
* [[Useful Compiler Options]]
* [[MorphOS API and Its Organization|MorphOS API and Its Organization]].
+
* [[MorphOS API and Its Organization|MorphOS API and Its Organization]]
  
  
Line 17: Line 19:
 
This chapter explains some programming techniques and constructs used in MorphOS.
 
This chapter explains some programming techniques and constructs used in MorphOS.
  
 +
* [[Exec Lists]]
 
* [[Taglists]]
 
* [[Taglists]]

Latest revision as of 20:14, 26 October 2011

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.