#88145 - ikaris - Sat Jun 17, 2006 8:23 pm
Hello everyone,
certain versions of conio.h for windows allow the cursor to jump to a specific position using the command "gotoxy()".
Is there an equivelant in the devKitPro dev environment ?
I know that not all versions of conio.h support gotoxy, and it is possible to roll your own... however, it requires windows.h which, of course, will not work on the DS...
therefore, if necessary, how would one write a gotoXY function ?
Thanks !
certain versions of conio.h for windows allow the cursor to jump to a specific position using the command "gotoxy()".
Is there an equivelant in the devKitPro dev environment ?
I know that not all versions of conio.h support gotoxy, and it is possible to roll your own... however, it requires windows.h which, of course, will not work on the DS...
therefore, if necessary, how would one write a gotoXY function ?
Thanks !