오늘을 종치며...

익명 사용자의 이미지

갑자기 잘 되던 프로그램이 죽었다.
몇일 전 수정했던 부분이 꺼렸지만, 아무래도 이유를 알 수가 없었다.
그래서 몇 줄씩 지워나갔다. 결국 다음 결론에 도달했다.

#include
void main( void )
{
char s[256];
fscanf( stdin, "%s", s );
}

이게 죽었다. 역시... "비쥬얼" C++ 을 명령행 컴파일러로 쓴 내가 잘 못이었다.
그 오묘한 옵션들을 깨우치며...

익명 사용자의 이미지

Visual C++ has excellent one.

익명 사용자의 이미지

왜 영어로 쓰셨나요.
첫글은 한글로 되어있었는데 Anonymous님께서 읽었는데.. ^^;;

저같은 사람은 해석 불가능하잖아요~

익명 사용자의 이미지

마지막줄에 나와있군요.. 영어로 쓴 이유가.. ㅡ.ㅡa

흠.. 민망하네.. ^^;;;

익명 사용자의 이미지

As you know, the problem was not originated from a bug contained
in a source file. Surely I know VC++ IDE & debugger has excellent
features but they cannot give any solution for this problem.
I wanted to know how can I link this program using makefile and
serveral command line tools supplied by MS.

Some typical project configurations listed in Visual C++ IDE
dialog box couldn't satisfy me so I need to know more flexible
compiler options. Though it can be directly entered in the
compiler options using IDE, it doesn't tell me which options
are present and which options are exactly needed. So, I've
usually developed programs in a console on Unix, Linux, Dos and
Windows and I've enjoyed it as you enjoy writing your feelings
in English without your name. )