Tuesday, July 21, 2009

C++ Notes

Well, this is my C++ notes collections, might be useful for anyone who want to learning the C++ programming language. Most of these codes have been compiled with GNU C++ Compiler under Linux system, but i think it will also run on different compiler and system.

class-inheritance.cc
type.cc
static-member.cc
overload1.cc
friend-function.cc
friend-class.cc