coco2d-x open console

Posted yzfhkms-x

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了coco2d-x open console相关的知识,希望对你有一定的参考价值。

#ifdef WIN32
    _tsetlocale(LC_ALL, _T(" "));
    ::AllocConsole();
    ::freopen("CONIN$", "r", stdin);
    ::freopen("CONOUT$", "w", stdout);
    ::freopen("CONOUT$", "w", stderr);
    system("color 2");
#endif // WIN32

 

以上是关于coco2d-x open console的主要内容,如果未能解决你的问题,请参考以下文章

Coco2d-x 塔防游戏“贼来了”之开发简档 之 三(完结)

C#程序员经常用到的10个实用代码片段

面向面试编程代码片段之GC

前端开发常用js代码片段

coco2d-x怎样创建project

VS中添加自定义代码片段——偷懒小技巧