c++ 贪吃蛇
摘要:#include#include#include#include#include#define N 21void gotoxy(int x,int y)//位置函数{ COORD pos; //WINDOWS API中定义的一个结构 表示一个字符在控制台屏幕上的坐标,坐上角(0,0) pos.X=2...
阅读全文
posted @ 2015-01-27 11:50
posted @ 2015-01-27 11:50
posted @ 2014-11-05 15:51
posted @ 2014-10-30 16:34