#include #include using namespace std; #define NB_BLOC_HORIZON 32 #define NB_BLOC_VERTI 24 int main() { // [1] Petite intro cout << "Lecture du niveau." << endl; // [2] Ouverture du flux string const nomFichier("level 1.txt"); ifstream fluxIn(nomFichier.c_str()); if (fluxIn) cout << "Ouverture du fichier "<> numeroNiveau; for (int y(0); y> tableauNiveau[y][x]; } } // [5] Affichage du statut cout << "Le niveau n°"<