Contains console UI and basic error handling.
Uses objects with student data (surname, year, specialization) to show functions in use.
push()- add element to the toppop()- remove first elementclear()- erase whole stack from memoryshow_top()- print first elementshow_stack()- print every elementfind()- print every element that matches given argument (surname in this case)save()- write whole stack to .bin fileload()- read whole stack from .bin file
Built in Microsoft Visual Studio v15.9.20
Compiled with Visual C++ compiler ( MSVC/ Microsoft C/C++)