RSS view

 

As the Sample Code section of this site will tell you: "Sample code is good". And there's no argument about that. However tutorials are good too. While sample code is irreplaceable in demonstrating the way that functions are used in "real life" it can be hard to determine exactly what's going on and why things are happening if you are trying to learn a concept or API usage. Because of this we have tutorials. These tutorials will break down these concepts and API elements so that you can learn what's going on, what to look for, and how to implement these concepts yourself.

Currently you can read tutorials on...

Tutorial Description Source
How to Create a Replicant HelloReplicant is a tutorial to teach how simple it is to create replicants in BeOS/Zeta/Haiku. Starting with Be, Inc.'s BeAPI version of "Hello World!" all changes and additions required to turn any BView into a replicant are detailed. HelloReplicant.zip ( 112542 bytes)