VC++에서 메인 함수에 매개변수 넘기려면 어떻게 해요?
int main(int argc, char *argv[]) 등의 메인함수의
test.exe 파일을 명령프롬프트에서 \ test aaa bbb (엔터)
이렇게 명령프롬프트에서 매개변수 넘기는 거 말고 VC++에서 넘겨서 실행할 수 없나요?
그리고 void main 보다는 int main 을 쓸 것을 권고합니다.
2005의 경우
View -> Property Pages -> Configuration Properties -> Debugging -> Command Arguments
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
직접 넘긴다는 것은 무슨 뜻이죠?
그리고 void main 보다는 int main 을 쓸 것을 권고합니다.
메뉴 보시면
2005의 경우
View -> Property Pages -> Configuration Properties -> Debugging -> Command Arguments
댓글 달기