⚲
Projet
Général
Profil
Connexion
S'enregistrer
Accueil
Projets
Aide
Recherche
:
2021_tournoi_pingpong
Tous les projets
2021_tournoi_pingpong
Aperçu
Activité
Demandes
Gantt
Annonces
Documents
Wiki
Fichiers
Dépôt
Télécharger (453 octets)
Publication de fichiers
» main.cpp
Anonyme, 11/01/2022 10:42
#include
<iostream>
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
#include
"match.hpp"
#include
"tournoi.hpp"
#include
"joueur.hpp"
using
namespace
std
;
int
main
(
void
)
{
Tournoi
T
;
//T.match("/Polytech/linapieral/Documents/Projet_Ping_Pong/essaie.txt");
T
.
Poules
(
"/Polytech/linapieral/Documents/Projet_Ping_Pong/essaie.txt"
);
cout
<<
"coucou"
<<
endl
;
return
0
;
}
« Précédent
1
2
3
4
5
…
7
Suivant »
(3-3/7)
Chargement...