study/c,c++,c#

디버깅용 콘솔창 띄우기

1차전직 2012. 3. 20. 14:57

프로그램 시작 main전에
다음 한줄을 추가하면 된다.
stdafx.cpp 이런데도 괜찮고..


#pragma comment(linker, "/entry:WinMainCRTStartup /subsystem:console")

'study > c,c++,c#' 카테고리의 다른 글

shared memory  (0) 2013.08.16
static 함수 / 변수  (0) 2012.02.28
코드 최적화 팁  (0) 2012.02.28