标题:为什么总是显示乱码呀!
取消只看楼主
ll564992764
Rank: 1
等 级:新手上路
帖 子:31
专家分:6
注 册:2011-9-16
结帖率:85.71%
已结贴  问题点数:20 回复次数:2 
为什么总是显示乱码呀!
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
FILE *fp;
void main()
{
    int i;
    char ch;
    char str[200];
    i=0;
    if ((fp=fopen("E:\\book.csv","r"))==NULL)
    {printf("Cannot open this file.\n");
    exit(0);
    }
    ch=fgetc(fp);
    while(ch!=EOF)
    {putchar(ch);
   
       ch=str[i];
       printf("%c",str[i]);
        //if(str[i]=",")
               

    i++;
    ch=fgetc(fp);
    }
    printf("%d\n",i);



}
求大侠们帮我看看,为嘛老是出乱码!!
搜索更多相关主题的帖子: include file 
2011-09-16 16:12
ll564992764
Rank: 1
等 级:新手上路
帖 子:31
专家分:6
注 册:2011-9-16
得分:0 
回复 2楼 statics
高手!那怎么让str[]里显示中文呢??请教!!
2011-09-16 16:34
ll564992764
Rank: 1
等 级:新手上路
帖 子:31
专家分:6
注 册:2011-9-16
得分:0 
回复 4楼 statics
thank you!!给分啦!!
2011-09-16 16:48



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




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

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