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