i'd like to know if there's a way to do that.
show each cout(with cin) all at the same time which doesn't require the user to press enter to show the next question.
i want the output to be like this:
Please fill up the following:
Name: (cin)
Age: (cin)
Birthday: (cin)
Not like this:
Please fill up the following:
Name: (cin)
*the user will have to press enter once he's done with his input to show the next line
Loading
VulpesPosted Sep 17, 2012, 9:56 AM
brunda kPosted Sep 17, 2012, 1:23 AM
please use the ":" to seperately enter three values
Please fill up the following Name:Age:Birthday
Name(cin):Age(cin):Birthday(cin)