what do mean gotoxy

dsfs

irsahd
Views: 377 | Community Opinion: 2

Tags..  dsafsf

Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 

This is a C programming language function to move the text cursor to a different location on the screen. GotoXY positions the cursor at (X,Y), X in horizontal, Y in vertical direction relative to the origin of the current window. The origin is located at (1,1), the upper-left corner of the window.

Code

#include
#include


int main(void)
{
int i;
printf("This is the first line.\n");
gotoxy(10,4);
printf("This is the second line.\n");
gotoxy(20,8);
printf("And this is line 3.\n");

return 0;

}




jingbaby Said..

A.J. Hawk Jersey is a very popular Christmas gift item.Sports Bars often lacking in decor ideas, are perfect locations for framed football jerseys. You might want to have a jersey handy and ask a pro player to pay your bar a visit.Then you've got a collectible that can impress your football fan patrons.If you're thinking about Aaron Rodgers Jersey then you want to take a look at New England Patriots jerseys numbers/names are available for your team. There are some shops that will even let you order your team's jersey with your own personalization so you can choose the name and number that you want to go on it. This can be a lot of fun for the sports fan.With B.J. Raji Jersey from China, you will be in trend. By wearing the Pittsburgh Steelers jerseys, it is not only the spirit of the players of the team playing in the game is boosted, but it is a process of learning that the jersey can give the pride for both the fans and the team they support.






What do you think? Add your opinion/answer
*Name
*your opinion/answer: