Traditionally, gcc always names the executable "a.out" unless told otherwise. You should use: gcc -o gcc_test.exe gcc_test.c.
確定! 回上一頁