An unfinished project representing an university system written in C++.
####Project tree:
UniSystem
--|____
|---src
|
|---bin
-
The src folder contains the .cpp and .h files. You can add them to a project and compile to use the program.
-
In the bin folder there is an executable file of the programa.
###Use the program:
- Compile the source files and run
- go ro UniSystem/bin and run the file
Project in C++; not finished yet