By: Bantolino, Jana Marie and Dimalanta, Jason Erwin Clyde
-
Download all files under this repository.
-
Compile the project (either through cmd or Visual Studio):
g++ -o CSOPESY_M01 main.cpp AConsole.cpp ConfigurationManager.cpp ConsoleManager.cpp MainMenuScreen.cpp MarqueeScreen.cpp Process.cpp ProcessScreen.cpp Scheduler.cpp
-
Run the project (either through the executable or Visual Studio):
CSOPESY_M01.exe
The entry class file where the main function is located is: main.cpp
.