因為剛初學,老師也只才教到迴圈而已,網路上的資料自己看不是說看很懂
老師就要我們做專題 給我們幾個範例,讓我們挑一個範例然後自己去修改
實在很難做的出來,所以想請大大幫個忙,解釋一下程式,
如果可以的話請大大幫忙加記分的的程式
#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 可以看到全部內容