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++
List 59 codes
Home
C++
List
1 Access list
2 Add data by assign
3 Add elements in a multiset to a list
4 Add elements in a set to a list
5 Combine insert and begin to add element to the start of a list
6 Combine insert and end to add elements to the end of a list
7 Comparison Algorithms
8 Create list iterator
9 Demonstrating the difference between push_back() and push_front()
10 Demonstrating the STL list erase function
11 Demonstrating the STL list unique functions
12 Fill list with random numbers with generate function
13 Find element in a list
14 Find the maximum element in a range in a list
15 Good way and bad way to remove elements in a list
16 Initialize a list with values in a vector
17 Insert all elements of list1 before the first element with value 3 of list2
18 Insert elements of array into a list
19 Instantiating an STL List of Integers
20 Keep only the top 3 salespeople
21 List
22 List begin and list end
23 List pop_back()
24 List pop_front()
25 List sort()
26 List Splice
27 Loop through list back and forth
28 Loop through list using listchar
29 Mem_fun_ref and print
30 Merge one list with another list
31 Merge two lists
32 Move first element to the end
33 Move list iterator using ++
34 Move position pointer and insert again
35 Pass list to a function
36 Print all elements in a list with copy function
37 Print out each element in a list
38 Remove all elements with the same value
39 Remove duplicates
40 Removing Duplicates from Lists
41 Sort a list
42 Store class objects in a list
43 Store class objects with overloaded operators in a list
44 Swap values between two lists
45 Traverse a List Using an Iterator
46 Use equal function to compare values in a list againt vector
47 Use generic list to create a list of chars
48 Use generic list to create list of strings
49 Use iterator to change all elements in a list
50 Use iterator to loop through all elements in a list
51 Use list assign to replace contents of a list with elements of another list
52 Use list splice() to remove elements in a list and insert at end of values
53 Use ostream_iterator and copy to display collection content
54 Use reverse function on list
55 Use reverse_iterator and iterator with list
56 Use std
57 Uses ostream_iterator and copy algorithm to output list elements
58 Using the list as a container for double value
59 Your own list