How do I position text at specific coordinates? e.g. I want my menu to be placed at 0,0
Printable View
How do I position text at specific coordinates? e.g. I want my menu to be placed at 0,0
There's no portable way to do this, what compiler/operating system do you use?
-Prelude
Use the func gotxy(int, int); in <windows.h>
Thanks killer!
Prelude: MSVC++/WIN XP