Hey, I'm working on another program for class which is to determine the day of the year given the date the user inputs.
The date will be input in the xx-xx-xxxx format. Is there a way I can cin Mon, skip char, cin Day, skip char, cin Year ?
How would you suggest initializing the variables given this type of input?