cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Type cast
Type cast
May 24, 2010 at 10:21pm UTC
blakaxe
(5)
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 UTC
Duthomhas
(13206)
It was my understanding that the
double
templated class overloads for this...
Topic archived. No new replies allowed.