文件名称:mfcconsole
介绍说明--下载内容均来自于网络,请自行研究使用
将此文件加入工程,再将MFC工程的 属性Linker/system/subsystem 的Windows (/SUBSYSTEM:WINDOWS) 改为 Console (/SUBSYSTEM:CONSOLE) 再
#include <iostream>
using namespace std
就可以对MFC程序 打印控制台调试信息-Add this file works, then the properties of MFC project Linker/system/subsystem for Windows (/ SUBSYSTEM: WINDOWS) to Console (/ SUBSYSTEM: CONSOLE) then# include <iostream> using namespace std MFC program can print to the console debug information
#include <iostream>
using namespace std
就可以对MFC程序 打印控制台调试信息-Add this file works, then the properties of MFC project Linker/system/subsystem for Windows (/ SUBSYSTEM: WINDOWS) to Console (/ SUBSYSTEM: CONSOLE) then# include <iostream> using namespace std MFC program can print to the console debug information
(系统自动生成,下载前可以参看下载内容)
下载文件列表
mfcconsole.cpp