Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 477 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 477 Bytes

C++ "Alaskan Cruise" booking application for Windows 10 with a Windows Forms front-end

AlaskanCruise.h defines the class that controls this app. It makes use of the Date class as well as some utility functions to convert strings between the form (a .NET framework Windows Form) and the rest of app (written in C++).

This application also uses file input/output to save the reservation details to a new text file on the user's computer.

screenshot