Complex Number operations using operator overloading & friend function (C++)
April 23, 2016Design a C++ class complex with data members for real and imaginery parts provide default and parameterized constructors. Write a program to perform arithmetic operations of two complex numbers using operator overloading. Use either member function or friend function.