C++中getline(cin,string)最多一行能读取多少个字符 5

如果getline(cin,string)不能读取100个以上的字符串,那什么可以... 如果getline(cin,string)不能读取100个以上的字符串,那什么可以 展开
 我来答
neulinux
推荐于2016-11-10 · TA获得超过906个赞
知道小有建树答主
回答量:627
采纳率:0%
帮助的人:317万
展开全部
这个不是固定的长度,刚开始会初始化一个长度,但是当行超出这个长度的时候,getline会重新给这个buffer长度进行开辟,来适应变长的行。请参看考我给出来链接中的英文说明部分。

“ If *lineptr is NULL, the getline() routine will allocate a buffer for containing the line, which must be freed by the user program. Alternatively, before calling getline(), *lineptr can contain a pointer to a malloc()-allocated buffer *n bytes in size. If the buffer is not large enough to hold the line read in, getline() resizes the buffer to fit with realloc()(), updating *lineptr and *n as necessary. In either case, on a successfulll, *lineptr and *n will be updated to reflect the buffer address and size respectively.”

参考资料: http://linux.chinaunix.net/techdoc/develop/2007/01/04/947366.shtml

行走的标本
2011-01-17 · TA获得超过179个赞
知道答主
回答量:168
采纳率:0%
帮助的人:144万
展开全部
为什么不可以呢 getline是遇到换行符\n或者结束符EOF才结束的 要是希望读取100个以上 可以屏蔽到换行符就可以了 不知道楼主希望做什么 是一次读取100个字符还是 一次读取一样 毕竟一样的概念就已经代表了存在换行符的
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
匿名用户
2011-01-17
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 2条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式