码迷,mamicode.com
首页 > 其他好文 > 详细

控制台打印

时间:2014-09-27 12:22:29      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   sp   div   on   c   log   r   

//#define ALLOC_CONSOLE
#ifdef ALLOC_CONSOLE
    AllocConsole();                        // 开辟控制台 释放:FreeConsole();
    SetConsoleTitle(L"Debug Output");      // 设置控制台窗口标题
    freopen("CONOUT$","w",stdout);          // 重定向输出
    printf("hello!\n");
#endif

 

控制台打印

标签:style   blog   color   sp   div   on   c   log   r   

原文地址:http://www.cnblogs.com/zzyoucan/p/3995984.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!