W
Wei-Chao Hsu
I have an old C++ program that used "complex.h". It appeared an error when
it was recompiled by MS VC.NET 2003. The compiler could not find the file
"complex.h", but it will be fine if <complex> and "using namespace std" were
used. There is no problem if it is compiled by Borland CBuilderX. I don't
want to modify the program because it will be a hard work. Any idea?
Dennis
it was recompiled by MS VC.NET 2003. The compiler could not find the file
"complex.h", but it will be fine if <complex> and "using namespace std" were
used. There is no problem if it is compiled by Borland CBuilderX. I don't
want to modify the program because it will be a hard work. Any idea?
Dennis