Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 743 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 743 Bytes

WELCOME TO HOTEL ROOM RESERVATION SYSTEM


Recep Salih Yazar 040170066


Its Object Oriented Programming example, it contains OOP features, all coded by C++.


How to use?


  1. Open your linux terminal or subsystem terminal to compile and run the program.
  2. reservation_system.cpp access the directory where your file is located. "pwd" command shows your location. "ls" command lists your files in your directory. "cd xxxxx" command will move yor directory to "xxxxx".
  3. When you are in your cpp files locaton use "g++ reservation_system.cpp -o rs" command to compile your code.
  4. Use "./rs" command to run your program.
  5. Have a nice reservations :)