I have problem with an C++ exercise.
In the exercise I am supposed to make the user enter a date.
The problem is when I use cin
the console jumps one line down when I push enter, so that it becomes something like this:
Enter date please: 12
/23
/2001
instead of: 12/23/2001
Can someone please help me overcome this problem.