[讨论]关于程序中使用复数
请教:以下一段测试代码,为什么不能在VC6.0下通过阿?
该如何使用,才能让complex有效?
#include<iostream.h>
#include<complex.h>
main()
{
complex<float> complex0(3.2,2.7);
cout<<complex0<<endl;
}
请教:以下一段测试代码,为什么不能在VC6.0下通过阿?
该如何使用,才能让complex有效?
#include<iostream.h>
#include<complex.h>
main()
{
complex<float> complex0(3.2,2.7);
cout<<complex0<<endl;
}
2006-01-13 13:49

2006-01-13 15:17
2006-01-13 15:50
2006-01-13 16:24
2006-01-13 17:29
2006-01-13 20:18
2006-01-13 23:19
2006-01-16 07:33