commit
This commit is contained in:
parent
5f300f7c94
commit
8d1bb7b6b3
1 changed files with 24 additions and 0 deletions
24
README.md
24
README.md
|
@ -1 +1,25 @@
|
||||||
# Projet-GIF
|
# Projet-GIF
|
||||||
|
|
||||||
|
## Description du projet
|
||||||
|
|
||||||
|
Ce projet a pour but de créer un système de gestion de conférences en C.
|
||||||
|
|
||||||
|
## Fonctionnalités
|
||||||
|
|
||||||
|
- [x] Création de conférences
|
||||||
|
- [x] Ajout de participants
|
||||||
|
- [x] Participation à une conférence
|
||||||
|
- [x] Affichage des conférences
|
||||||
|
- [x] Affichage des participants
|
||||||
|
- [x] Affichage de la meilleure conférence
|
||||||
|
|
||||||
|
## Requis
|
||||||
|
|
||||||
|
- gcc sur windows (MinGW)[https://sourceforge.net/projects/mingw/]
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
- Cloner le projet
|
||||||
|
- Se placer dans le dossier du projet
|
||||||
|
- Lancer la commande `gcc -o main.c conf.c screenManager.c fileManager.c -o main.exe`
|
||||||
|
- Lancer la commande `./main.exe`
|
Loading…
Add table
Add a link
Reference in a new issue