Projet3i4

Revision:
0:f0c9c47e4edd
Child:
1:bb98d7d1e25f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LibTest.cpp	Mon Apr 23 14:40:40 2012 +0000
@@ -0,0 +1,21 @@
+#include "LibTest.h"
+
+
+
+
+int i_IntroTest(){
+    int choix;
+    cout<<endl<<"Programme de test \r"<<endl;
+
+    cout<<"Selectionner le test a effectuer: \n\r";
+    cout<<"1. CAN / CNA \n\r";
+    
+    cout<<"Choix : ";
+    cin>>choix;
+    cout<<choix<<"\r\n";
+    
+    
+    return choix;
+}
+
+