Mega Code Archive
Search
.Net
ASP .Net
ASP .Net Tutorial
C#
C# Book
C# by API
C# Tutorial
VB.Net
VB.Net by API
VB.Net Tutorial
Visual C++ .Net
VisualBasic Script
Java
Java
Java Book
Java by API
Java Tutorial
Script
Flash ActionScript
Flex
JavaScript DHTML
JavaScript Reference
JavaScript Tutorial
Database
MSSQL
MSSQL Tutorial
MySQL
MySQL Tutorial
Oracle PLSQL
Oracle PLSQL Tutorial
PostgreSQL
Languages
Android
C
C Tutorial
C++
C++ Tutorial
Delphi
Perl
PHP
Python
Python Tutorial
Ruby
Silverlight
Office
MSOfficeExcel 2007 Tutorial
MSOfficePowerPoint 2007 Tutorial
MSOfficeWord 2007 Tutorial
Data
XML
XML Tutorial
C++ Tutorial
STL Algorithms Iterator 30 codes
Home
C++ Tutorial
STL Algorithms Iterator
1 Advance istream_iterator
2 Advance the iterator
3 Back insert iterator for vector
4 Computing the sum with template iterators
5 Const_iterator
6 Convert iterator to reverse iterator
7 Create back_insert_iterator
8 Create insert_iterator to element 2
9 Demonstrate insert_iterator
10 Display vector elements using const_iterator
11 Display vector in reverse order using reverse_iterator
12 Find a value in map by key
13 Front_insert_iterator
14 Insert iterator and remove_copy_if
15 Insert_iterator
16 Insert_iterator from vector
17 Istream_iterator reads and displays characters from cin until a period is received
18 Iterator template
19 Ostream_iterator for char
20 Read string from keyboard and save to vector directly
21 Read words from standard input, sort and print out without duplicates
22 Reverse iterator and find
23 Stream iterator and copy
24 Taking the sum of values from a stream
25 Template class for insert iterator for associative containers
26 Use a reverse_iterator to go from the end to the beginning
27 Use const_interator to loop through the set
28 Use Iter with array
29 Use istream_iterator to loop through a string
30 Use istream_iterator to loop through a string defined by char pointer