First commit
This commit is contained in:
9
IUT/Info1/TD/Exercices/12.3.4_coureur/fonction.cpp
Normal file
9
IUT/Info1/TD/Exercices/12.3.4_coureur/fonction.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <iostream>
|
||||
|
||||
#include "fonction.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
struct coureur spawner(void) {
|
||||
|
||||
}
|
||||
10
IUT/Info1/TD/Exercices/12.3.4_coureur/fonction.h
Normal file
10
IUT/Info1/TD/Exercices/12.3.4_coureur/fonction.h
Normal file
@@ -0,0 +1,10 @@
|
||||
struct coureur {
|
||||
char name[10];
|
||||
unsigned int number;
|
||||
unsigned int distance;
|
||||
double ref_time;
|
||||
double time;
|
||||
};
|
||||
|
||||
struct coureur spawner(void);
|
||||
void affiche_coureur(struct coureur);
|
||||
0
IUT/Info1/TD/Exercices/12.3.4_coureur/main.cpp
Normal file
0
IUT/Info1/TD/Exercices/12.3.4_coureur/main.cpp
Normal file
Reference in New Issue
Block a user