From: giersch Date: Wed, 21 Nov 2007 12:23:22 +0000 (+0000) Subject: . X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib.git/commitdiff_plain/3a4a595abe5221de96e80e7e926c055c47e98fb9?ds=sidebyside . --- diff --git a/chateaux/chateaux.cpp b/chateaux/chateaux.cpp index de2f469..ee53fdb 100644 --- a/chateaux/chateaux.cpp +++ b/chateaux/chateaux.cpp @@ -286,7 +286,7 @@ int jeu1(DrawingWindow& w) } else { alpha = frand(10, 90); v0 = frand(10, 100); - std::cout << " [ " << alpha << " ; " << v0 << " ]\n"; + std::cout << " [ " << (int )alpha << "° ; " << (int )v0 << " ]\n"; } alpha = deg2rad(alpha);