Skip to content

Commit 9ceb84a

Browse files
committed
initial commit
1 parent 0a41914 commit 9ceb84a

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,30 @@
11
# BusReservationSystem
22

3-
Bus Reservation System Project based on `Object Oriented Programming` and `File Handling Concept` in C++.
3+
Bus Reservation System Project based on `Object Oriented Programming` and `File Handling` Concept in C++.
44

55
## Usage
66

7-
### Navigate to `src` folder:
7+
### Navigate to `src` folder
88

99
`cd src`
1010

11-
### Build:
11+
### Build
1212

1313
`g++ main.cpp admin.cpp customer.cpp ticket.cpp`
1414

15-
### Run:
15+
### Run
1616

1717
Run `.exe` file in `src` folder.
1818

19+
### Root Passwords
20+
21+
Password : `123`
22+
23+
### Admin Credentials
24+
25+
Username : `admin`
26+
Password : `pass`
27+
1928
## Screenshots
2029

2130
### Root Login Screen

0 commit comments

Comments
 (0)