Quote Originally Posted by sunveer View Post
what can i do? i have to use only that compiler as our school provides us that and we do all our programs on that compiler.
You cannot learn C++ properly using Turbo C++ 4.5. The compiler is non-standard and is almost 20 years old. If you paid money for the course you're taking, you should drop the class and ask for a refund -- you're wasting your time (and money).
And the today used commands that you have mentioned doesn't work on that. That is why i was asking for the commands that work on turbo only.
You are in the Windows API forum, where the Windows API is discussed. You are not in the "turbo C++" forum. Therefore the answer I gave you as to how to move the cursor is the correct one when programming a console Windows application.

If you want "turbo C++" answers, then post in the Non-Visual C++ forum. But let me say that you will more than likely get the same answers you got here.

Regards,

Paul McKenzie