Sayan-Maity / Hotel-Booking-Using-C

A hotel room and convention hall booking C++ application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ project Using Object-Oriented-Programming for booking hotel room, restaurant and convention hall

A c++ project which can create and search for client id and book hotel room, restaurant & convention hall and also calculates the cost. Here Object Oriented Programming has been used along with the examples of file management including csv files, polymorphism, diamond problem, constructor, operator overloading, virtual class, exception handling and so on. The project is well documented to learn.

The main.cpp file holds all the codes and the other 3 text file and 1 csv file has been used by the main.cpp file.

Setup and Installation

Fork and Clone this project. Make sure you have git installed. On the terminal, navigate to your workspace directory and then run it. The output will be produced in the terminal itself

Happy Coding :) ​

About

A hotel room and convention hall booking C++ application


Languages

Language:C++ 100.0%