因为刚初学,老师也只才教到回圈而已,网路上的资料自己看不是说看很懂
老师就要我们做专题 给我们几个范例,让我们挑一个范例然后自己去修改
实在很难做的出来,所以想请大大帮个忙,解释一下程式,
如果可以的话请大大帮忙加记分的的程式
#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
#include<dos.h>
#include<time.h>
int x=40,y=25;
int object={0};
int shoot;
int t;
int temp=24;
float time_s,time_e;
float shoot_s,shoot_e;
void attack()
{
shoot_e=clock();
if((shoot_e-shoot_s)>1 )
{
gotoxy(t,temp);
printf("*");
if (temp+1!=25)
{
gotoxy(t,temp+1);
printf(" ");
gotoxy(t,tem ..
访客只能看到部份内容,免费 加入会员 或由脸书 Google 可以看到全部内容