// circular tail in C
Circular management of a vector to simulate a queue. coda.
// lists in c++
Management of a List type data structure.
// Fork & Pipe in C
Application project for in-memory communication between processes.
// smart calculator in Java / Swing
Application project to illustrate the basics of a GUI with Swing.