Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Files

Latest commit

 

History

History

source

This directory contains each source file.

  • main.cpp
    • Main program.
  • Shape.cpp
    • Defines evaluatePostScript() for the abstract Shape class.
  • BasicShapes.cpp
    • Defines the Circle class.
    • Defines the Rectangle class.
    • Defines the Polygon class.