#include"Exam.h" #include"Student.h" #include"Manager.h" Manager mainManager; using namespace std; int main() { mainManager.mainLoop(); }