Progamming Q.

Panakk

Senior member
Jan 17, 2000
913
0
0
Can C++ handle complex numbers.. I need to create like a huge program to do some tedious calculation and give it to me in a nice format.. Do you think it is wise to use C++.. Have not used it before. but i don't care since i have the time to learn it.. No hurry to finish the program
 

downhiller80

Platinum Member
Apr 13, 2000
2,353
0
0
Well you can easily write your own class for complex's.

I'm sure it'll have something built in but I'd write my own class because then you know exactly what you're dealing with & it wouldn't take an hour or so.

Seb
 

Killbat

Diamond Member
Jan 9, 2000
6,641
1
0
Clever logic can overcome language limits. When you break it down, Windows 2000 is written one "mov" command at a time. :)