An open API service indexing awesome lists of open source software.

https://github.com/noeldevelops/cpp-cruise-booker

C++ "Alaskan Cruise" booking app with a Windows Forms front-end. Takes user input from form and creates confirmation file
https://github.com/noeldevelops/cpp-cruise-booker

cpp windows-forms

Last synced: about 2 months ago
JSON representation

C++ "Alaskan Cruise" booking app with a Windows Forms front-end. Takes user input from form and creates confirmation file

Awesome Lists containing this project

README

          

# 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](Screenshot.png)