TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
the asker
NA
7
6.7k
Is there a way i can display all output(that asks user to input) in the same time?
Sep 16 2012 12:08 PM
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
Reply
Answers (
2
)
Beginner question about quadratic equation calculator
Advantages of inheritance in C++