You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

buildAndRun 159B

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