Link to home
Start Free TrialLog in
Avatar of nickphson
nickphson

asked on

Move cursor on console screen in C++

How to move cursor to the point what have coordinate assigned before .

ASKER CERTIFIED SOLUTION
Avatar of prakash2007
prakash2007
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nickphson
nickphson

ASKER

I'm coding in window32 console not in window application.
Hi,
  When I told to include "Windows.h". It does'nt mean that it is a windows application. It is just included so that you can access the Windows API.

I have tested the code in a WIN32 console application under Visual C++ 6.0 IDE.

Thanks & Regards,
Prakash.R