gotoxy()函数的问题
#include<stdio.h>#include<conio.h>voidmain(){gotoxy(100,200);printf("afdsf");getch();...
#include<stdio.h>
#include<conio.h>
void main()
{
gotoxy(100,200);
printf("afdsf");
getch();
}
这个程序运行了为什么是在第一行第一列位置输出呢?? 展开
#include<conio.h>
void main()
{
gotoxy(100,200);
printf("afdsf");
getch();
}
这个程序运行了为什么是在第一行第一列位置输出呢?? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询