This is a small project for a course in CS major.
The System is client-server mode.
Default port number of the server is 5019
Step 0:
Compile the "server.cpp" and "client.cpp".
Put the "student.txt", "timetable.txt" and "server.exe" into the same directory.
Step 1:
Start the server.exe in terminal.
Step 2:
Start the client0 in terminal. You need to start the client in the form: client [server's IP address] [server's port number].
For example, "client 127.0.0.1 5019".
Step 3:
Now you can explore the functions of the management programs.