PDA

View Full Version : GotoXY() in C++?


Kimm
June 14th, 2005, 01:44 PM
I was woundering if there is any equailent to the gotoxy() function found in the Crt module for Pascal? for C++ that is?

If there is, in what header might it be located?

Thanks in advance :)

LordHunter317
June 14th, 2005, 01:57 PM
Your closest replacement is going to be something in the mess called ncurses on Linux.

I don't know about Windows.

That sort of stuff isn't standardized in the C++ standard.