Saturday, May 22, 2010

C++: how to implement gotoxy function in the compiler "Quincy 2005"?

programming in C++

C++: how to implement gotoxy function in the compiler "Quincy 2005"?
gotoxy (2,5 ) like taht
Reply:I dont know how to do in Quincy 2005





But gotoxy() function takes two arguments: X and Y co-ordinates.





its syntex is gotoxy(X co-ordinate,Y co-ordinate);


it directs the pointer to the respective ordinate.





moveto() is similar to it. it works on ordinary screen


1 comment:

  1. I have a similar problem boss...dunno how to fix it still...

    ReplyDelete