回复:安装了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.