Type cast

May 24, 2010 at 10:21pm
How do you typecast between

std::complex<int> and std::complex<double> ?

How do you multiple between types?

std::complex<int> * std::complex<double>;

Thanks
May 25, 2010 at 12:53am
It was my understanding that the double templated class overloads for this...
Topic archived. No new replies allowed.