阅读背景:

Qt Creator编写C++中文乱码解决方法

来源:互联网 

在Qt Creator中新建c++项目,运行的时候却发现乱码。

#include <iostream>

using namespace std;

int main()
{
    cout << "Hello World!中文" << endl;
    return 0;
}#include <



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: