博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
g++ cout乱码
阅读量:5319 次
发布时间:2019-06-14

本文共 167 字,大约阅读时间需要 1 分钟。

结果输出乱码,原来是一个参数没有写

g++ -fexec-charset=GBK -Wl,--enable-auto-import  helloworld.cpp

-fexec-charset=GBK

ok这样输出就没有问题了。

转载于:https://www.cnblogs.com/wei-huan/p/10104905.html

你可能感兴趣的文章
web服务器控件
查看>>
按小时计算两个时间的差值,结果精确到分钟
查看>>
高并发解决方案--负载均衡
查看>>
ecshop 商城开发
查看>>
python——基础知识
查看>>
php--phpstudy更新数据库版本后,无法一键启动
查看>>
configParser模块
查看>>
git
查看>>
LeetCode 476. Number Complement
查看>>
ffmpeg安装
查看>>
文件上传和下载(可批量上传)——基础(一)
查看>>
《剑指offer》变态跳台阶
查看>>
Android环境搭建和编写helloworld
查看>>
《DSP using MATLAB》Problem 2.4
查看>>
ubuntu12.04通过ppa安装JDK7环境
查看>>
相关技术扩展地址
查看>>
jQuery.Callbacks源码解读
查看>>
[LeetCode] 68. Text Justification 文本对齐
查看>>
[LeetCode] 697. Degree of an Array 数组的度
查看>>
666 专题四 并查集
查看>>