|
-
April 14th, 2011, 09:40 PM
#1
Quick O/I Question
is it possible to ask a question, but display the cursor above said question?
for example:
Code:
cout << "5 / 25 = ";
cin >> answer;
in the code snippet above, the cursor will appear one space after the = sign, but i want it to appear above the 5 / 25, is this possible?
-and if so, how?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|