Number Crush  1.0
..
main.cpp
Go to the documentation of this file.
1 
10 #include <iostream>
11 #include "Correc_prof/game.h"
12 
13 using namespace std;
18 int main()
19 {
20  try
21  {
22  return ppal ();
23  }
24  catch (...)
25  {
26  cerr << "ca c'est mal passe quelque part" << endl;
27  return 1;
28  }
29 } //main ()
Set of functions usefull for the game.
int main()
main
Definition: main.cpp:18
int ppal()
new main
Definition: game.cpp:111