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 Non Modifying Sequence Operations 65 codes
Home
C++ Tutorial
STL Algorithms Non Modifying Sequence Operations
1 Adjacent_find
2 Call custom function in for_each
3 Check for mismatch between two vectors
4 Copy all letters three elements behind the f
5 Copy and insert list
6 Copy istream_iterator to ostream_iterator
7 Copy vector and list
8 Copy_backward, merge, unique and reverse
9 Count true value in a vector
10 Count_if()
11 Define == operator in order to use the find method
12 Demonstrate the find() and find_if() algorithms
13 Demonstrating generic find algorithm with an array
14 Display all elements in a vector
15 Equal algorithm
16 Extract sentences from a vector of chars with help from find_if()
17 Find a value in vector
18 Find an Element and Its Position in a Vector
19 Find an element in a list
20 Find empty string
21 Find the maximum element in a range in a list
22 Find value in a vector with find_if
23 Generic find algorithm
24 Generic mismatch algorithm
25 Illustrating the generic adjacent_find algorithm
26 Locate first occurrence of a value in a vector
27 Map
28 Print all elements in a list with copy function
29 Search first occurrence
30 Search first subrange
31 Std
32 The square of every integer in a vector
33 Use assert to check the find method
34 Use copy function to print all elements in a deque
35 Use copy to copy elements in one container to another container
36 Use copy to copy value from vector to a list
37 Use copy to output all elements in a container
38 Use copy() to copy value from one vector to vector
39 Use copy_backward to copy value from vector to a list
40 Use count function and print elements with value 4
41 Use count function to count elements that are greater than value 4
42 Use count function to count elements with even value
43 Use count on string
44 Use custom function and for_each to calculate mean value
45 Use find algorithm to find an element in a list
46 Use find to search an element in a container
47 Use find_end to search last occurrence of subcoll in coll
48 Use find_end with while loop to find the element
49 Use find_first_of function to search first occurrence of an element
50 Use find_first_of function to search last occurrence of an element
51 Use find_if to find first element divisible by 3
52 Use find_if to find first element greater than 3
53 Use for_each function to add value for each element
54 Use for_each function to print all elements in a vector
55 Use for_each with predicate
56 Use istream_iterator and find
57 Use mismatch function to find the first match
58 Use mismatch function with custom function
59 Use search_n to find four consecutive elements with value 3
60 Use std
61 Use the copy algorithms
62 Use the copy_backward algorithms
63 Use the generic copy to duplicate vectors
64 Using find with normal iteration
65 Using for_each to Display the Contents of a Collection