Projet

Général

Profil

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;
}
(3-3/7)