I had a similar assignment where the user chooses to be a customer (like an ATM), banker, or supervisor (both able to view customers, transactions, etc). How would I do this using classes and structs?
That's awfully vague, I'm having trouble grasping how I would actually do this. Scope, constructor(s), destructor...maybe it's function-design in general I am having difficulty with.