Tuesday, 16 September 2014

Assignment code-CS3L03

1. Overload unary ++ operator to increment the data member value by 1
2. Overload unary postfix  ++ operator to increament data member value by 1.
3. Overload binary == to compare two complex numbers and returns a boolean
value.
4. Overload all the four binary arithmetic operators.

No comments:

Post a Comment

C Programming

  Table of Contents ​ About the Author 3 ​ Introduction 4 ​ Introduction to Computers 4 1. What is a Computer? 4 2. History...