c语言中使用outtextxy程序会崩溃
#include"stdafx.h"#include"graphics.h"#include"tchar.h"intmain(){TCHARs[]=_T("HelloWo...
#include "stdafx.h"
#include"graphics.h"
#include"tchar.h"
int main()
{
TCHAR s[] = _T("Hello World");
outtextxy(10, 20, s);
getchar();
return 0;
}
只要用了outtextxy就会出现这个问题 展开
#include"graphics.h"
#include"tchar.h"
int main()
{
TCHAR s[] = _T("Hello World");
outtextxy(10, 20, s);
getchar();
return 0;
}
只要用了outtextxy就会出现这个问题 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询