Skip to content
Snippets Groups Projects
Commit 641c251f authored by Nicolas M. Thiéry's avatar Nicolas M. Thiéry
Browse files

Ajout #define's manquants pour les exos 'file'

parent 0bb2ba00
Branches
No related tags found
No related merge requests found
......@@ -25,14 +25,19 @@ target=variable io if loop function vector1D vector2D file
#define TARGET_FR fonctions
#endif
#if defined TARGET_vector1D
#define TARGET vector1D
#define TARGET_FR tableaux
#endif
#if defined TARGET_vector2D
#define TARGET vector2D
#define TARGET_FR tableaux 2D
#endif
#if defined TARGET_vector1D
#define TARGET vector1D
#define TARGET_FR tableaux
#if defined TARGET_file
#define TARGET file
#define TARGET_FR Fichiers et flux
#endif
\title{Comprhension de programmes C++ (TARGET_FR)}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment