Lesson of 19 June 2008

A C-like library for manipulation of polynomial

The header file

File poly.h

Implementation of the library

File poly.cc

A simple driver program

File main.cc

The library rewritten in object oriented way

The header file for the class Poly

File poly.h

Implementation of the class Poly

File poly.cc

Implementation of the algorithms

File polyAlgorithm.cc

A simple driver program

File main.cc

The lesson in a zip file

The zip file lesson2.zip