콘솔창 띄울줄 몰라서 헤매다가 발견했다 ㅜㅜ
stdafx.h 에
// Debug 버전
유용하게 잘 활용하자
stdafx.h 에
// Debug 버전
#ifdef _DEBUG
#pragma comment(linker, "/entry:WinMainCRTStartup /subsystem:console")
#endif
// Debuf나 Release모드 상관없이 콘솔을 실행하고 싶으면 #ifdef, #endif 지우고 #pragma ~ 만 써주면 됨!
이 세줄만 써주면 printf, cout 등 .... 된다!!!!유용하게 잘 활용하자
'과거자료 > Tip' 카테고리의 다른 글
[MATLAB 7] UNINSTALL ERROR (0) | 2016.01.26 |
---|---|
[MFC] 다이얼로그 창에서 이미지 선택 후 출력하기 (2) | 2015.07.21 |
fatal error C1190: 관리되는 대상 코드에는 '/clr' 옵션을 사용해야 합니다. (1) | 2014.02.21 |
fatal error C1189: #error : Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version. Please #define _AFXDLL or do not use /MD[d] (0) | 2011.07.15 |
곰녹음기 - 녹음 장치가 없어 녹음할 수 없습니다. (0) | 2011.02.16 |