C语言中,怎么在图像模式下输出变量的值

2025-03-09 21:20:35
推荐回答(1个)
回答1:

#include
#include
int i;
char temp[100];
sprintf("%d",i);
outtextxy(10,20,temp);