1、如何在windows下跳出dos界面,使用printf 等C环境打印调试,
在初始化函数OnInitDialog()中调用:
#pragma comment( linker, "/subsystem:console /entry:wWinMainCRTStartup" )//
// TODO: 在此添加额外的初始化代码
#ifdef _DEBUG
#pragma comment( linker, "/subsystem:console /entry:wWinMainCRTStartup" )//
#endif