Description
This project served as the final assignment for the Basic Programming course. Following the completion of an image processing project, this program offered a more relaxed learning experience, focusing on dynamic memory allocation and the stack concept.
The objective of this program was to emulate the behavior of the Unix program
dc, employing reverse polish notation as a means to bypass the need for
parentheses.
The source code for this project can be found on my GitLab repository.
This project was made for my university course called “Basic Programming” at Wrocław University of Science and Technology.