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

buildAndRun 180B

123456789
  1. CFLAGS='-I.. -std=c++11 -g -O0'
  2. g++ $CFLAGS testFilesystem.cpp ../CodeDweller/filesystem.cpp -o testFilesystem
  3. if [ $? -ne 0 ]
  4. then
  5. exit -1
  6. fi
  7. mkdir -p testDir
  8. ./testFilesystem