<t>Hi,Has anyone here used the complex C++ class before Header <complex>? I am trying to do something VERY straightforward but there doesnt seem to be any way to do it!Basically, I define a complex, and then want to re-asign its real and imaginary parts:complex<double> A(1,1); // assign real and im ...