problem with VC in .Net 2003
.NET (Core and Framework)
4
Posts
2
Posters
0
Views
1
Watching
-
I recently upgraded from VC++ 6.0 to .Net 2003. my problem is in one of the function I am using double length = pow(2, -4); this was working fine in VC++ 6.0 (lenght = 0.0625), but with .Net 2003 I get lenght = 0. can anyone please explain why this is happening?? thanks for help Saurabh
-
I recently upgraded from VC++ 6.0 to .Net 2003. my problem is in one of the function I am using double length = pow(2, -4); this was working fine in VC++ 6.0 (lenght = 0.0625), but with .Net 2003 I get lenght = 0. can anyone please explain why this is happening?? thanks for help Saurabh
-
Anonymous wrote: Math.Pow(2, -4); I think you are using c#. I am talking about VC++
-
Anonymous wrote: Math.Pow(2, -4); I think you are using c#. I am talking about VC++