回複:安裝了mingw, 是不是還必須再裝一個CYGwin,才能編輯C語言?

來源: 2006-12-22 19:02:36 [舊帖] [給我悄悄話] 本文已被閱讀:

You need also install msys. Open msys, change to the directory with your c code (hello.c), type
gcc hello.c -o hello
Tehn excute ./hello . That is all.