選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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