An open API service indexing awesome lists of open source software.

https://github.com/abstractmachines/oop_cpp_complexnumbers

C++, operator overloading, friend classes, encapsulation.
https://github.com/abstractmachines/oop_cpp_complexnumbers

Last synced: 2 months ago
JSON representation

C++, operator overloading, friend classes, encapsulation.

Awesome Lists containing this project

README

        

# Complex Numbers in C++ w/ operator overloading + encapsulation; friend classes

2013 Amanda Falke

Project covering these topics:

C++ Rule of Three or "The Big Three:"

Destructor, copy constructor, and copy assignment operator

Operator Overloading / Encapsulation / Friend Classes

Const Correctness

![alt text](https://github.com/abstractmachines/OOP_Cpp_ComplexNumbers/blob/master/screenshot.png)