https://github.com/linghaochan/cpp-final-homework
https://github.com/linghaochan/cpp-final-homework
cpp system
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/linghaochan/cpp-final-homework
- Owner: LinghaoChan
- Created: 2020-05-09T14:25:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T11:52:51.000Z (about 6 years ago)
- Last Synced: 2025-01-18T20:59:40.451Z (over 1 year ago)
- Topics: cpp, system
- Language: C++
- Homepage:
- Size: 22.3 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Object-oriented programming course design
This is a "Xidian Bus System" programmed by *C++*, which is designed for **O**bject-**O**riented **P**rogramming courses.
The class of the program includes class *Bus*, class *System*, class *People* and his derived classes: class *Student*, class *Teacher*, class *Teacher_Fam*.
The files includes:
+ python(Generate people's information)
+ Unit test(Test for segment of code)
+ Plain text files:
* Bus_Message.txt
* Student_Account_Message.txt
* Student_Message.txt
* Teacher_Account_Message.txt
* Teacher_Fam_Account_Message.txt
* Teacher_Fam_Message.txt
* Teacher_Message.txt
+ main.cpp(MAIN PROGRAM)
Compilation recommendation:
64-bit **Windows 10** system, **DEV C ++**.
Homepage: https://lhchen.top
E-mail: xdu.lhchen@gmail.com