pcc32应用1

#include <stdio.h>
#include <pcc32.h>

int main()
{
	fixConsoleSize(50,20);
	setTextColor(LIGHT_GREEN);
	gotoTextPos(10,10);
	puts("你好!");
	getch();
	return 0;
}



posted @ 2012-12-01 10:37  N3verL4nd  阅读(118)  评论(0编辑  收藏  举报