8000 GitHub - tomestrov/Booking-System: Student142 - Project 3 - Group 2 - Booking System
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tomestrov/Booking-System

Repository files navigation

CPTR 142: Project III

Problem Overview

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.

Solution Specifications

  1. Destinations where you can travel
  2. Flights
  3. Hotels at the destination

Code Review

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!

Terminal Commands

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

About

Student142 - Project 3 - Group 2 - Booking System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0