So I have a problem that I have to work on which I'm having issue finding info on the internet or I'm just not putting in the right key words.
Anyways I did a program that read from a binary file and now I have to do part 2 of the assignment and I'm kind of lost of where to start.
Assignment:
Create a class that “wraps” or “hides” the information from flightRec. So your class will convert each char array from the flightRec struct into strings, and also have methods to access each data member. You can name your class whatever you want, although you should keep Meyer's general guidelines in mind (no verb names, please). In this document, I am calling the class an OverFlight.