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?
- Open your linux terminal or subsystem terminal to compile and run the program.
- 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".
- When you are in your cpp files locaton use "g++ reservation_system.cpp -o rs" command to compile your code.
- Use "./rs" command to run your program.
- Have a nice reservations :)