We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a41914 commit 9ceb84aCopy full SHA for 9ceb84a
README.md
@@ -1,21 +1,30 @@
1
# BusReservationSystem
2
3
-Bus Reservation System Project based on `Object Oriented Programming` and `File Handling Concept` in C++.
+Bus Reservation System Project based on `Object Oriented Programming` and `File Handling` Concept in C++.
4
5
## Usage
6
7
-### Navigate to `src` folder:
+### Navigate to `src` folder
8
9
`cd src`
10
11
-### Build:
+### Build
12
13
`g++ main.cpp admin.cpp customer.cpp ticket.cpp`
14
15
-### Run:
+### Run
16
17
Run `.exe` file in `src` folder.
18
19
+### Root Passwords
20
+
21
+Password : `123`
22
23
+### Admin Credentials
24
25
+Username : `admin`
26
+Password : `pass`
27
28
## Screenshots
29
30
### Root Login Screen
0 commit comments