标题:关于wsprintf和outtextxy使用输出乱码的问题
取消只看楼主
Humiliation
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2021-4-15
结帖率:100%
已结贴  问题点数:20 回复次数:1 
关于wsprintf和outtextxy使用输出乱码的问题
程序代码:
#include<stdio.h>
#include<iostream>
#include<graphics.h>
#include<easyx.h>
#include<string.h>
#include<stdlib.h>
#include<Windows.h>

using namespace std;
int main()
{
    initgraph(640, 500);
    wchar_t str[10];
    wsprintf(str, L"%s","aa" );
    outtextxy(0,0,str);
    system("pause");
}




在VC++2010中 为什么输出出来的是乱码?
搜索更多相关主题的帖子: 输出 str namespace 乱码 include 
2021-04-15 13:33
Humiliation
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2021-4-15
得分:0 
是个小白,学校的实践周要求。很多内容都是网络上下来的,很多函数都没见过。。
2021-04-15 13:37



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-505464-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.014823 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved