举报

如何输出字符?纯小白提问

0

对于outtextxt计算机老报错,本人用的是vs2019,球球大神帮帮孩子,谢谢!

ava
Sway_dribble

2020-3-20

举报
0

 例如:

#include <graphics.h>
#include <stdio.h>
#include <conio.h>

int main()
{
	initgraph(400, 300);
	outtextxy(10, 60, _T("abc acb bca ."));

	_getch();
	closegraph();
	return 0;
}
ava
xiongfj ◑◑

2020-3-21

技术讨论社区