StackOverflow Questions for Tag: istringstream

digito_evo
digito_evo

Reputation: 3682

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: 35998

Answers: 3

Read More
Luatic
Luatic

Reputation: 11201

Buffer-based stringstream without copying

Score: 0

Views: 101

Answers: 0

Read More
user5534993
user5534993

Reputation: 600

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: 179

Answers: 2

Read More
Shuyang
Shuyang

Reputation: 518

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

Score: -1

Views: 237

Answers: 1

Read More
Krzysiek Karbowiak
Krzysiek Karbowiak

Reputation: 2016

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

Score: 2

Views: 102

Answers: 1

Read More
kamziro
kamziro

Reputation: 8160

non-copying istringstream

Score: 17

Views: 5290

Answers: 6

Read More
ElectronAnt
ElectronAnt

Reputation: 2195

C++ compile error: has initializer but incomplete type

Score: 134

Views: 148932

Answers: 2

Read More
neiron21
neiron21

Reputation: 71

How to append string to istringstream?

Score: 1

Views: 957

Answers: 1

Read More
DEKKER
DEKKER

Reputation: 921

string stream never terminates in while loop

Score: 0

Views: 93

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: 214

Answers: 1

Read More
Dmitry Kuzminov
Dmitry Kuzminov

Reputation: 6600

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

Score: 7

Views: 2231

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: 72

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: 325

Answers: 1

Read More
user589321
user589321

Reputation: 109

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

Score: 3

Views: 63

Answers: 0

Read More
Alan
Alan

Reputation: 1

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

Score: 1

Views: 359

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