Compiling and Testing

Compiling
g++ -Wall -ansi Lab11.cpp Shape.cpp Rectangle.cpp Triangle.cpp -o Lab11.out


Run
linux3[22]% ./Lab11.out