11 Jan
2011
11 Jan
'11
7:36 a.m.
On 11/01/11 08:01, alfC wrote:
try
std::complex<double> z = 4. + 5.i;
ok, I put that but still doesn't work.
See my other mail, your operator complex<T> has too many useless template parameter.
I know, but I want to keep it simple, std::complex<double> z = 4. + 5.*i; will be just a glorified constructor.
Sure, but the actual tranform is not harder