-
Notifications
You must be signed in to change notification settings - Fork 0
/
App.cpp
44 lines (34 loc) · 1.47 KB
/
App.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/*************************************************************************
App - description
-------------------
début : $25.01.19$
copyright : (C) $3IF2$ par $M.MESSALTI AUTHOR M.WOIRIN$
e-mail : [email protected] [email protected]$
*************************************************************************/
//---------- Réalisation du module <App> (fichier App.cpp) ---------------
///////////////////////////////////////////////////////////////// INCLUDE
//-------------------------------------------------------- Include système
//------------------------------------------------------ Include personnel
#include "App.h"
/////////////////////////////////////////////////////////////////// PRIVE
//------------------------------------------------------------- Constantes
//------------------------------------------------------------------ Types
//---------------------------------------------------- Variables statiques
//------------------------------------------------------ Fonctions privées
int main (int agrc, char* argv[])
// Mode d'emploi :
//
// Contrat :
//
// Algorithme :
//
{
return 1;
} //----- fin de main
////////////////////////////////////////////////////////////////// PUBLIC
//---------------------------------------------------- Fonctions publiques
// type Nom ( liste de paramètres )
// Algorithme :
//
//{
//} //----- fin de Nom