I am currently working on a program that takes inputted information from the user this kind of information is three questions for the user to answer
1. What course are you entering this assignment for ?
2. Enter a description for the assignment.
3. Enter the due date for the assignment.
In addition, this program is making an external data file based from the users input.
The program we gotta create is pretty much a like a virtual planner in a sense.
I really dont know where to start though with finishing this program with classes.. I'm still trying to understand why you would want to use the (.) operator to access the member functions..? any help or tips on classes as far as where to start would be awesome thank you.