강몬드의 프로그래밍 이야기

MFC에서 콘솔창 띄우기 본문

카테고리 없음

MFC에서 콘솔창 띄우기

강몬드 2015. 5. 27. 15:51

MFC 프로젝트에서

콘솔창을 사용하기 위해서 

stdafx.h 헤더 파일에 

밑에 코드를 선언한다.


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


Comments