algorithms
data-structures
procedures
C/C++: About
The history of the C language and about the C++ language
C++: Copy Constructor
Do a deep copy - it's important
C/C++: Draw ASCII Diamond
Not so easy to do!
C++ Hello World
A basic example
C++: How to Implement std::cin and std::cout
It is easy to implement a mock version of the C++ library std::cin, std::cout and std::string
C++: Polymorphism
A quick example of how polymorphism works
C++: Quick Template Class Tutorial
How template classes work