For this project, we will be creating a Holiday Booking system to allow a user to select the best options for their next trip! It should allow a user to book flights and hotel for a designated trip. It should keep a tally of your projected costs for each trip, and when prompted show a breakdown of all the costs.
- Destinations where you can travel
- Flights
- Hotels at the destination
You should have a code review by a tutor before turning in the assignment. See the Code Review Rubric document for expectations. I suggest that you schedule your appointment early!
Build and run the program.
make
Clean out build files.
make clean
Build and run testing program.
make DRIVER=src/test_driver.cpp
Clean out test build files.
make DRIVER=src/test_driver.cpp clean