Code Samples

All code samples used have a representation in the /samples directory.

You can compile all samples by typing "make" in /samples or make each directory on it's own.
All examples mention the path like that:

// HelloWorld - /hello/hello.cs
// Copyright 2002 by Johannes Roith

namespace Sample.hello {

                ...

}