catch me if you can  0.1
main.cpp
Go to the documentation of this file.
1 
9 #include <iostream>
10 #include "Correc_Prof/game.h"
11 
12 using namespace std;
17 int main()
18 {
19  try
20  {
21  return ppal ();
22  }
23  catch (...)
24  {
25  cerr << "ca c'est mal passe quelque part" << endl;
26  return 1;
27  }
28 } //main ()
29 
30 
31 
Set of usefull functions for the game.
int main()
main
Definition: main.cpp:17
int ppal(void)
new main
Definition: game.cpp:54