Skip to content
Snippets Groups Projects
Commit 9f74436f authored by Poncet Thomas's avatar Poncet Thomas
Browse files

grilles dans dossier

parent 5580a33b
No related branches found
No related tags found
No related merge requests found
# Grille extraite de https://qqwing.com/generate.html
.|9|.|.|.|4|.|.|.
.|.|.|.|.|.|.|.|8
.|.|.|.|.|.|.|3|6
.|7|6|.|3|.|.|4|.
9|.|3|.|.|7|.|.|2
2|.|8|9|.|.|.|.|5
.|8|7|4|.|.|.|.|.
.|.|.|.|.|8|.|2|.
.|2|.|.|.|.|7|.|9
...@@ -21,7 +21,7 @@ int main(int argc, char *argv[]){ ...@@ -21,7 +21,7 @@ int main(int argc, char *argv[]){
// SI POSSIBLE CHANGER CELA EN FCT, UTILE POUR ENREGISTRER UNE PARTIE EN COURS ET LA REOUVRIR // SI POSSIBLE CHANGER CELA EN FCT, UTILE POUR ENREGISTRER UNE PARTIE EN COURS ET LA REOUVRIR
// Pb avec QFile qui ne veut pas s'initialiser // Pb avec QFile qui ne veut pas s'initialiser
Grille G; Grille G;
QFile file("C:/Users/Simon/Documents/travail/ECL/Electifs/Programmation des interfaces graphiques en C++/Projet/projet_sudoku/grilleFacile.csv"); QFile file("../Sudoku/grilleFacile.csv");
if (!file.open(QIODevice::ReadOnly)) { if (!file.open(QIODevice::ReadOnly)) {
qDebug() << file.errorString(); qDebug() << file.errorString();
return 1; return 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment