René's URL Explorer Experiment


Title: Read a line of values - C++ Patterns

Open Graph Title: Read a line of values - C++ Patterns

Description: Read a sequence of delimited values from a single line of an input stream into a standard container.

Open Graph Description: Read a sequence of delimited values from a single line of an input stream into a standard container.

Opengraph URL: https://cpppatterns.com/patterns/read-line-of-values.html

direct link

Domain: cpppatterns.com

twitter:cardsummary
twitter:creator@sftrabbit
og:site_nameC++ Patterns
fb:app_id676162015844286

Links:

C++Patternshttps://cpppatterns.com/
https://github.com/sftrabbit/CppPatterns-Patterns
https://twitter.com/cpppatterns
← Patternshttps://cpppatterns.com/
CC0 Public Domain Dedicationhttp://creativecommons.org/publicdomain/zero/1.0/
c++98https://cpppatterns.com/#/search/c++98
line 7https://cpppatterns.com/patterns/read-line-of-values.html#line7
std::istringstreamhttp://en.cppreference.com/w/cpp/io/basic_istringstream
std::cinhttp://en.cppreference.com/w/cpp/io/cin
std::vectorhttp://en.cppreference.com/w/cpp/container/vector
line 8https://cpppatterns.com/patterns/read-line-of-values.html#line8
lines 10–12https://cpppatterns.com/patterns/read-line-of-values.html#line10
std::copyhttp://en.cppreference.com/w/cpp/algorithm/copy
std::istream_iteratorhttp://en.cppreference.com/w/cpp/iterator/istream_iterator
line 10https://cpppatterns.com/patterns/read-line-of-values.html#line10
line 11https://cpppatterns.com/patterns/read-line-of-values.html#line11
std::back_inserterhttp://en.cppreference.com/w/cpp/iterator/back_inserter
line 12https://cpppatterns.com/patterns/read-line-of-values.html#line12
https://github.com/sftrabbit
Fork this pattern on GitHubhttps://github.com/sftrabbit/CppPatterns-Patterns/tree/master/common-tasks/input-streams/read-line-of-values.cpp
Tweethttps://twitter.com/share
fork the project on GitHubhttps://github.com/sftrabbit/CppPatterns-Patterns
Tweethttps://twitter.com/share
Joseph Mansfieldhttp://josephmansfield.uk/

Viewport: width=device-width,user-scalable=no


URLs of crawlers that visited me.