Home
C++
Bitset
Class
Console
Data Structure
Data Type
Deque
Development
File
Function
Generic
Language
List
Map Multimap
Overload
Pointer
Qt
Queue Stack
Set Multiset
STL Algorithms Binary search
STL Algorithms Heap
STL Algorithms Helper
STL Algorithms Iterator
STL Algorithms Merge
STL Algorithms Min Max
STL Algorithms Modifying sequence operations
STL Algorithms Non modifying sequence operations
STL Algorithms Sorting
STL Basics
String
Valarray
Vector
istream iterator « STL Algorithms Iterator « C++
C++
STL Algorithms Iterator
istream iterator
1.
Taking the sum of values from a stream
2.
Use istream_iterator to loop through a string
3.
Use istream_iterator to loop through a string defined by char pointer
4.
Read words from standard input, sort and print out without duplicates
5.
Read string from keyboard and save to vector directly
6.
Advance istream_iterator