Discovering C++
A mini tutorial about the major changes to C++, after the C++98 standard got finalized.You can read it online
C++ and Bison
A mini tutorial about using C++ with bison and using %union declarations with classes. You can read it online
Memory Queue
A C++ tutorial and a D tutorial about how to implement a queue with limited memory storage.
Where all the memory handling is done directly, without any use of memory management functions.
Oberon and related operating systems
An Overview about the set of graphical based operating systems developed with GC enabled systems programming languages, from the Oberon family.
Safe systems
An Overview about several memory safe system programming languages and operating systems written in large parts with them.