求助!gotoxy()函数问题!
下面的程序为什么在VC中编译不了,谁知道在VC中如何解决,谢谢!
#include<stdio.h>
#include<conio.h>
int main(void)
{
clrscr();
gotoxy(35,12);
cprintf("fan\r");
getch();
return 0;}
下面的程序为什么在VC中编译不了,谁知道在VC中如何解决,谢谢!
#include<stdio.h>
#include<conio.h>
int main(void)
{
clrscr();
gotoxy(35,12);
cprintf("fan\r");
getch();
return 0;}