Changes between Version 71 and Version 72 of SoclibCourseTp1


Ignore:
Timestamp:
Sep 20, 2019, 5:51:29 PM (5 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoclibCourseTp1

    v71 v72  
    178178Vous pouvez compiler ce fichier ''tp1_top.cpp'' pour générer le fichier objet correspondant en utilisant la commande:
    179179{{{
    180 $ g++ -Wno-deprecated -I. -I/users/outil/dsx/cctools/include -m32 -c  tp1_top.cpp
     180$ g++ -Wno-deprecated -std=gnu++0x -I. -I/users/outil/dsx/cctools/include -m32 -c  tp1_top.cpp
    181181}}}
    182182Cette commande doit créer le fichier objet ''tp1_top.o'' dans le répertoire TP1.