2

C++ Resource Development

This project will be 20% of the course grade. It is primarily for your benefit to develop a library of resources for future reference.

You are to perform a web search for the topics listed below. In general, two links should be used for each topic although one great link beats 2 lousy links any day.

Topics / Links
Arrays
Sorting
Searching Binary/sequential
Structures
Pointers
Addresses
Relationships between Array and Pointers
Arithmetic
Linked Lists
Binary Trees
Classes
Encapsulation
Private versus Public
Constructors
Destructors
Overloading functions/Constructors
Arrays of objects
Friends
Operator overloading
Copy Constructors
Inheritance
Class Hierarchies
Multiple inheritance
Polymorphism
Data Files
Text Files Read/Write
Binary Files
Random access
Vectors
Strings
C Strings