School Commit Init

This commit is contained in:
2024-08-31 12:07:21 +03:00
commit 0b130ee18c
2801 changed files with 4720552 additions and 0 deletions
@@ -0,0 +1,15 @@
[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-24ddc0f5d75046c5622901739e7c5dd533143b0c8e959d652212380cedb1ea36.svg)](https://classroom.github.com/a/Qi9-k8ID)
# Practical examination
Solve the provided problem, using object oriented programming, C++ and Qt.
The application must use layered architecture in order for functionalities to be graded.
Do not forget to add the required tests and specifications.
Using existing code is forbidden, you must start your application from scratch.
For function documentation you may use:
- http://doc.qt.io/qt-6/
- https://en.cppreference.com/w/
- https://www.cplusplus.com/