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 a372308 commit a2243a1Copy full SHA for a2243a1
README.md
@@ -1,6 +1,6 @@
1
-# BusReservationSystem
+# Bus Reservation System Management
2
3
-Bus Reservation System Project based on `Object Oriented Programming` and `File Handling` Concept in C++.
+Bus Reservation System Management Project based on `Object Oriented Programming` and `File Handling` Concept in C++.
4
5
## Usage
6
src/bus.cpp
@@ -1,5 +1,6 @@
#include <iostream>
#include <string>
+#include <cstring>
#include <fstream>
#include <iomanip>
src/ticket.cpp
0 commit comments