if I wanted to take the blow and produce 3.0000001, what would I define c as ???
??? c = 5.0 - 1.9999999;
I tried it and a double
works fine.
Crazy. I have double and using VC10. Simple, even tried with linux compiler. Same thing, just getting 3.
I don't get it but appreciate your answer.
Thanks
I should be able to do it without the setprecision. idk.. frustrating