lab_inheritance
Insidious Inheritance
|
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"
Functions | |
int | main () |
A simple application that demonstrates a problem with the Triangle destructor.
int main | ( | ) |