My small educational projects at NSU on object-oriented programming in C++.
Implementation of an interpreter for the Forth language (without loop support).
Lightweight implementation of shared pointer from the standard library.
Implementation of the Linked Hash Set data structure.
An example of a factory in the form of a media player for various recording formats.