~ UCSB CS32 Summer 2013 — Programming Assignment 3 ~
Intro to Object-Oriented Programming in C++
Released: August 21
Due on: August 29, 11:59pm

This assignment consists of two parts. In the first part, you need to fix a piece of code that has two major problems with object-oriented design and memory management. This part is very short — your fix should be less than 10 lines of code. In the second part of the assignment, you are going to implement two classes describing quite useful mathematical objects — cplexes and qnions. This second part is longer and is primarily focused on operator overloading.