Introduction - If you have any usage issues, please Google them yourself
1. Implement a CComplex class that exercises overloading of operators.
It requires the following actions:
① constructor function
② copy constructor
③operator
④operator*
⑤operator+
⑥operator-
⑦operator /
⑧operator
⑨operator []
⑩operator!
The real and imaginary parts of a complex class are of type float.
2. Using a simple program, use the CComplex member functions and operators.
3. In the CComplex in the preparation of a number of virtual function to observe whether the class object virtual memory structure changes