2011年9月1日星期四

MFC中建个Cmd控制台

1.初始化的时候
AllocConsole()

2.在想输出内容到 控制台窗口的时候调用
int _cprintf(const char *, ...);


3.使用完了释放
FreeConsole()

没有评论: