Showing posts with label code of complex no. Show all posts
Showing posts with label code of complex no. Show all posts

Saturday, 11 January 2014

Program Of Complex number

A program in C++ to create Class called complex and implement addition and subtraction of complex numbers by overloading the functions add and subtract which returns the complex number. Also overload the operator “<<” to display a complex number.