Skip to content

A C++ Project. Hotel Management program which lets you save customer details and registered room and can edit in detail.

License

Notifications You must be signed in to change notification settings

Vivek09Chahal/Hotel-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hotel-Management

Program containg the .vscode file with configuration of clang compiler. The one who will try need to modify configuration.

This is the program which helps you to manage rooms and all details of incoming and outgoing customers.

You can create new database you can update, delete, insert and display individual as well as a single user detail.

In this program we used own build C++ header(.h) files. Using BitField for month and date as they take less then the default storage.

  • Used 6 function
  • Taking choice and customer details input from user.
  • sql command to access, update, delet and insert data with library of "sqlite3.h" library.

To Compile The Program Use Following Commands:

g++ -std=c++11 -o m hotelmanager hotelmanager.cpp

This command will executr the hotelmanager.cpp

Limitation

the program is in initial phase so some of the function might not work.

About

A C++ Project. Hotel Management program which lets you save customer details and registered room and can edit in detail.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages