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.
- Host: GitHub
- URL: https://github.com/abstractmachines/oop_cpp_complexnumbers
- Owner: abstractmachines
- Created: 2016-03-29T07:30:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-29T09:08:35.000Z (about 9 years ago)
- Last Synced: 2025-02-06T02:57:22.032Z (4 months ago)
- Language: C++
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
