Skip to content
Snippets Groups Projects
Commit 20495edb authored by Jean-Marc's avatar Jean-Marc
Browse files

erreur tab2

parent e6587e9b
No related branches found
No related tags found
No related merge requests found
Pipeline #190178 failed
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
...@@ -114,7 +114,7 @@ void Image::ouvrir(const string &filename) ...@@ -114,7 +114,7 @@ void Image::ouvrir(const string &filename)
cout << "Lecture de l'image " << filename << " ... OK\n"; cout << "Lecture de l'image " << filename << " ... OK\n";
} }
void Image::afficherConsole() void Image::afficherConsole()const
{ {
cout << dimx << " " << dimy << endl; cout << dimx << " " << dimy << endl;
for (unsigned int y = 0; y < dimy; ++y) for (unsigned int y = 0; y < dimy; ++y)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment