问百科

GetLine

编辑:Simone 2025-04-28 01:24:07 596 阅读

GetLine

istream& getline ( istream &is , string &str , char delim );

istream& getline ( istream& , string& );

is 进行读入操作的输入流

str 存储读入的内容

delim 终结符

想要了解更多“GetLine”的信息,请点击:GetLine百科

版权声明:本站【问百科】文章素材来源于网络或者用户投稿,未经许可不得用于商用,如转载保留本文链接:https://www.wenbaik.com/article/371272.html

相关推荐