lab_inheritance
Insidious Inheritance
test_destructor.cpp File Reference

A simple application that demonstrates a problem with the Triangle destructor. More...

#include <iostream>
#include "cs225/PNG.h"
#include "color.h"
#include "shape.h"
#include "triangle.h"
#include "vector2.h"
Include dependency graph for test_destructor.cpp:

Functions

int main ()
 

Detailed Description

A simple application that demonstrates a problem with the Triangle destructor.

Function Documentation

◆ main()

int main ( )