C++读取到回车换行符问题处理
name=qizexi sex=man我希望读取到name=qizexi这些有效字符而已,不希望\r\n也加入其中,因为那样会影响我的判断。
解决的方式是在遇到\r获取\n的时候,替换为\0.
#include<string.h>
#include<stdio.h>
intmain(intargc,char*argv[])
{
charstr[128];
while(fgets(str,127,stdin)){
char*tmp=NULL;
//去掉换行符
if(tmp=strstr(str,"\n"))
*tmp='\0';
//去掉回车符
if(tmp=strstr(str,"\r"))
*tmp='\0';
printf("---%s---\n",str);
}
return0;
}热门推荐
3 祝福语简短的微信
10 幼儿祝福语大全简短贺卡
11 感谢教官文案祝福语简短
12 鼠年同事祝福语简短创意
13 元旦祝福语 简短独特群发
14 妈咪跟我生日祝福语简短
15 给儿子新婚祝福语简短
16 伴娘祝福语长文案简短
17 恭喜高考完祝福语简短
18 生日祝福语送老公简短