basic_istream::getline

basic_istream::getline

瀏覽:1402
日期:2025-04-28
Gets a line from the input stream. ... The first of these unformatted input functions returns getline(_Str, _Count, widen(' \ n')). The second function extracts up to _Count - 1 elements and stores them in the array beginning at _Str....看更多