lab_inheritance
Insidious Inheritance
test_constructor.cpp File Reference

A simple application that demonstrates a problem with the Circle constructor. More...

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

Functions

int main ()
 

Detailed Description

A simple application that demonstrates a problem with the Circle constructor.

Function Documentation

◆ main()

int main ( )