Overload the prefix increment operator++ (implemented as a friend function) to return the current instance of the class Voter after incrementing the nr_times_voted by 1. Use the following prototype:
Voter operator++(Voter& V);
I do not understand this at all and it's all I have been given, any help?