- About
- Exercise 6.5.1 - RPN Calculator
- Exercise 8.6.1 - Simulation of a DNS request
- Exercise 8.6.3 - 2D Drawing application (CLI)
This repository regroups small marked projects for module IN404 - Introduction to Object Oriented Programming. These assignments were fulfilled during the 4th semester of IT bachelor’s degree at University of Versailles - Saint-Quentin-en-Yvelines (UVSQ).
The goal of this exercise was to program a calculator that works with Reverse Polish Notation (RPN).
The goal of this exercise was to simulate a request to a Domain Name Server (DNS).
The goal of this exercise was to realize a small application for 2D drawing. It only supports a command line interface (CLI) that describes the shapes’ position and dimensions.