开发平台(Platform): (Ex: VC++, GCC, Linux, ...)
DEV C++
问题(Question):
用C写了一个小游戏 需要在加入倒数计时器才完成
但是发现只要倒数计时器运作 游戏就没办法动
虽然GOOGLE到执行绪 但是小弟是初学者短时间内还没办法参透
附上程式码希望板上各位高手给个提示和概念让我知道哪里错了
程式码(Code):(请善用置底文网页, 记得排版)
#include <stdio.h>
#include <stdlib.h>
#include <graphics.h>
#include <conio.h>
#include <time.h>
#include <windows.h>
int main(void)
{