Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 3 Oct 2013 08:19:34 +0000 (10:19 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 23 Oct 2013 08:05:56 +0000 (10:05 +0200)
exemple.cpp

index 87fb0ec..d4722e7 100644 (file)
@@ -37,7 +37,7 @@ float frand()
     return rand() / (float )RAND_MAX;
 }
 
-void exemple1(DrawingWindow &w)
+void exemple1(DrawingWindoww)
 {
     const int cx = w.width / 2;
     const int cy = w.height / 2;
@@ -52,7 +52,7 @@ void exemple1(DrawingWindow &w)
     }
 }
 
-void exemple2(DrawingWindow &w)
+void exemple2(DrawingWindoww)
 {
     int width = std::min(w.width, w.height) / 2;
     for (int z = 0; z <= width; z++) {
@@ -78,7 +78,7 @@ void exemple2(DrawingWindow &w)
     }
 }
 
-void exemple3(DrawingWindow &w)
+void exemple3(DrawingWindoww)
 {
     while (1) {
         int x1 = rand() % w.width;