Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 495 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 495 Bytes

Objective-oriented programming labs in C++

My small educational projects at NSU on object-oriented programming in C++.

Forth Interpreter

Implementation of an interpreter for the Forth language (without loop support).

Shared Pointer

Lightweight implementation of shared pointer from the standard library.

Linked Hash Set

Implementation of the Linked Hash Set data structure.

Media Player

An example of a factory in the form of a media player for various recording formats.