16 lines
662 B
Markdown
16 lines
662 B
Markdown
[](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/
|