카테고리 없음
mfc에 cout 쓴는방법
SuperBlogger
2015. 2. 14. 20:30
반응형
mfc에 cout 쓴는방법
MFC C++
stdafx.h 파일아래 아래를 선언해준다.
#pragma comment(linker, "/entry:WinMainCRTStartup /subsystem:console")
반응형