Examples


Simple Class Example
String copy with pointers
A number of string copy functionss
First Inheritance Example
Second Inheritance Example
Third Inheritance Example
Virtual Functions Example
Second Virtual Functions Example
Exception Example
Second Exception Example
sizeof() and nested classes Example
Template Stack Example
First List Template Example
Bignum List Example
Home Made Iterator Example
Simple Iterator Example
Function Object Example
Word Count Map Example
First Version of Holding-Map Example
Second Version of Holding-Map Example

First pointer code
Array - Pointer code
Linked list using an array (code)
Linked list using an array (header)
Dynamic singly linked lists (dlists.zip)
Dynamic doubly linked lists (ddlists.zip)
Dynamic doubly linked lists using classes(clists.zip)
Linked Queue Example(lqueues.zip)
Binary Tree Example(trees.zip) (UPDATED)
Binary Tree Example without classes(trees2.zip)
First GUI Example(mfc1.zip)
GUI Sort Example(mfc2.zip)
Multi-window GUI Sort Example(mfc3.zip)