MinGW를 사용하여 C 프로그램을 명령줄에서 컴파일하는 방법은? 기본적인 C 프로그램을 컴파일하려면 윈도우 7의 명령줄에 어떤 명령을 입력해야 합니까? .c 파일을 컴파일하기 위해 명령 프롬프트에 무엇을 입력하는지 문자 그대로 궁금합니다. 노력했습니다. > gcc foo.c 하지만 이렇게 적혀있습니다. 'gcc' is not recognized as an internal or external command, operable program or batch file. 저도 해봤습니다. > minGW foo.c 하지만 난 다시 돌아왔습니다. 'minGW' is not recognized as an internal or external command, operable program or batch file. ..