Changes between Version 71 and Version 72 of SoclibCourseTp1
- Timestamp:
- Sep 20, 2019, 5:51:29 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoclibCourseTp1
v71 v72 178 178 Vous pouvez compiler ce fichier ''tp1_top.cpp'' pour générer le fichier objet correspondant en utilisant la commande: 179 179 {{{ 180 $ g++ -Wno-deprecated - I. -I/users/outil/dsx/cctools/include -m32 -c tp1_top.cpp180 $ g++ -Wno-deprecated -std=gnu++0x -I. -I/users/outil/dsx/cctools/include -m32 -c tp1_top.cpp 181 181 }}} 182 182 Cette commande doit créer le fichier objet ''tp1_top.o'' dans le répertoire TP1.