StackOverflow Questions for Tag: istringstream

digito_evo
digito_evo

Reputation: 3672

Custom extractable_from concept for operator>> and streams

Score: 0

Views: 77

Answers: 0

Read More
Znorg
Znorg

Reputation: 711

Splitting a string into integers using istringstream in C++

Score: 21

Views: 35962

Answers: 3

Read More
Luatic
Luatic

Reputation: 11171

Buffer-based stringstream without copying

Score: 0

Views: 85

Answers: 0

Read More
user5534993
user5534993

Reputation: 601

failbit is set when reading quoted string at the end of a std::string using std::basic_istringstream and std::quoted

Score: 2

Views: 88

Answers: 2

Read More
matheconcs
matheconcs

Reputation: 13

Using getline() when my line is split into two lines, C++

Score: 1

Views: 173

Answers: 2

Read More
Shuyang
Shuyang

Reputation: 519

C++ std::istringstream how to not terminate at '\0'

Score: -1

Views: 228

Answers: 1

Read More
Krzysiek Karbowiak
Krzysiek Karbowiak

Reputation: 1972

Is std::istringstream::peek() supposed to set the eof flag?

Score: 2

Views: 99

Answers: 1

Read More
kamziro
kamziro

Reputation: 8140

non-copying istringstream

Score: 17

Views: 5259

Answers: 6

Read More
ElectronAnt
ElectronAnt

Reputation: 2195

C++ compile error: has initializer but incomplete type

Score: 134

Views: 148462

Answers: 2

Read More
neiron21
neiron21

Reputation: 71

How to append string to istringstream?

Score: 1

Views: 938

Answers: 1

Read More
DEKKER
DEKKER

Reputation: 911

string stream never terminates in while loop

Score: 0

Views: 90

Answers: 2

Read More
Kevin Li
Kevin Li

Reputation: 21

stringstream does not reset across several calls

Score: 1

Views: 61

Answers: 2

Read More
Aquarus
Aquarus

Reputation: 23

Is it possible to use istringstream to read in more than one parameter of a stream function?

Score: 1

Views: 211

Answers: 1

Read More
Dmitry Kuzminov
Dmitry Kuzminov

Reputation: 6584

Why doesn't std::stringstream work with std::string_view?

Score: 7

Views: 2158

Answers: 2

Read More
wpdkawopdj
wpdkawopdj

Reputation: 1

The integer token that I need is behind characters so istringstream is not tokenising it

Score: 0

Views: 70

Answers: 1

Read More
shahmeer arhsad
shahmeer arhsad

Reputation: 49

Double data type adding changing the digits after decimal point c++

Score: 0

Views: 57

Answers: 0

Read More
Moritz
Moritz

Reputation: 426

istringstream skip next (n) word(s)

Score: 1

Views: 313

Answers: 1

Read More
user589321
user589321

Reputation: 109

Why does string_stream.str() = a_string; compile?

Score: 3

Views: 63

Answers: 0

Read More
user12002570
user12002570

Reputation: 1

Can we create std::istringstream object from a reversed std::string

Score: 1

Views: 352

Answers: 2

Read More
user589321
user589321

Reputation: 109

Eliminating the extra copy when using getline + istringstream to parse cin inputs?

Score: 0

Views: 26

Answers: 0

Read More
PreviousPage 1Next