会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
『PTA00』
寄啦!
首页
联系
管理
2020年5月27日
宽字符输出中文,Devc++解决方法
摘要: 有群友问类似问题,然后我编译了一下试试: #include <stdio.h> #include <wchar.h> #include <locale.h> int main(void){ wchar_t aa[] =L"测试看看asdf1234"; wchar_t *bb =L"C语言2333kk
阅读全文
posted @ 2020-05-27 10:18 『PTA00』
阅读(1059)
评论(0)
推荐(1)