Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

buildAndRun 175B

12345678
  1. CFLAGS='-I.. -std=c++11 -g -O0'
  2. g++ $CFLAGS testConfiguration.cpp ../CodeDweller/configuration.cpp -o testConfiguration
  3. if [ $? -ne 0 ]
  4. then
  5. exit -1
  6. fi
  7. ./testConfiguration