S
Sergey Lukoshkin
Hello!
Is there a way to split the string "10 20 30 40" into a vector of
integers? I mean that such tools as std::copy, std::istringstream and
std::istream_iterator sjould be used.
Thanks.
Is there a way to split the string "10 20 30 40" into a vector of
integers? I mean that such tools as std::copy, std::istringstream and
std::istream_iterator sjould be used.
Thanks.