#pragma comment( linker, "/entry:WinMainCRTStartup /subsystem:console")
전 블로그에 올린거 같은기억이;;;
반응형
'프로그래밍(Programming) > c++, 11, 14 , 17, 20' 카테고리의 다른 글
[C/C++] malloc과 new의 차이점 (0) | 2013.07.04 |
---|---|
가상함수의 inline화에 대해서 (0) | 2013.06.29 |
static_cast와 dynamic_cast의 속도 비교 (0) | 2013.06.04 |
가상 메모리 할당 함수(VirtualAlloc), 예약, 확정, 보호속성, 대용량 메모리 할당 (0) | 2013.05.24 |
operator new 와 메모리 지정 new(placement new) (0) | 2013.05.19 |