Newbie help

K

Kris M

I can not seem to figure out how to move the cursor to a specific location
on the output screen in a console application. I want to position the cursor
for user input.
Any thoughts on the best way to do this with MS C++ standard v6? I seen to
remember their was a way to to it with a locate(r,c) macro but i can not
find my notes from last semester.
Kris
 
J

Joona I Palaste

Kris M said:
I can not seem to figure out how to move the cursor to a specific location
on the output screen in a console application. I want to position the cursor
for user input.

This can't be done in ISO standard C.
Any thoughts on the best way to do this with MS C++ standard v6? I seen to
remember their was a way to to it with a locate(r,c) macro but i can not
find my notes from last semester.
Kris

MS C++ standard v6 is off-topic here. This newsgroup is for the C
language, not for any particular compiler. Please ask in
comp.os.ms-windows.programmer.win32 or contact Microsoft directly.

--
/-- Joona Palaste ([email protected]) ---------------------------\
| Kingpriest of "The Flying Lemon Tree" G++ FR FW+ M- #108 D+ ADA N+++|
| http://www.helsinki.fi/~palaste W++ B OP+ |
\----------------------------------------- Finland rules! ------------/
"War! Huh! Good God, y'all! What is it good for? We asked Mayor Quimby."
- Kent Brockman
 
I

Irrwahn Grausewitz

Kris M said:
I can not seem to figure out how to move the cursor to a specific location
on the output screen in a console application. I want to position the cursor
for user input.
Any thoughts on the best way to do this with MS C++ standard v6? I seen to
remember their was a way to to it with a locate(r,c) macro but i can not
find my notes from last semester.
Kris

Sorry, this is off-topic in comp.lang.c because it cannot be done
in a portable manner with standard C.

Please read the welcome message
http://www.angelfire.com/ms3/bchambless0/welcome_to_clc.html

and the faq-list for this ng
http://www.eskimo.com/~scs/C-faq/top.html

before posting. Thank you very much.

Regards

Irrwahn
 
M

Michael Winter

As Irrwahn pointed out, this is off-topic, so I sent it to the newsgroups
below under the title, "Moving the screen cursor in a console app". You
should get better responses there (including mine).

comp.os.ms-windows.programmer
comp.os.ms-windows.programmer.win32 (all follow-up posts should go here)
comp.windows.ms.programmer

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,263
Messages
2,571,061
Members
48,769
Latest member
Clifft

Latest Threads

Top