Enregistrement de mes dernieres modifications

This commit is contained in:
2025-12-06 00:03:04 -05:00
parent 24cd682bdb
commit fa623541ff
4 changed files with 21 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ int nombreLigneFichier(fstream& monFlux);
string choisirMot(string nomFichier);
string goToLine(fstream& monFlux, int numeroLigne);
void effectuerTour();
bool effectuerTour();
bool dansListe(string motPlayer);
bool comparerMot(fstream& monFlux, string motPlayer, int numeroLigne);
int lettreDansMot(string motRandom, string motPlayer, int nbLettre, int i);