Lesson of 23 February 2011

Example of use of the reference in C++

File example1.cc

Example of use of pointers in C++

File example2.cc

A simple class implementing polynomial algebra (incomplete)

File poly.hh

File poly.cc

Testing the class

File test.cc