I want to know why the results of debug version and release version are not identical when using VC++? (My program has no memory leak.)I set 4 level-warning in project settings,and I am sure that all the variables are initialized,but some results aren't the same slightly,for instance:"Waist=75.620499,Knee=36.650490 "in release version and "Waist=75.630901,Knee=37.181105" in debug version.I suspect if the problems consist in float type,thanks for any help. :eek:
A
Aaron0314
@Aaron0314
Posts
-
About debug version and release version. -
About debug version and release version.I set 4 level-warning in project settings,and I am sure that all the variables are initialized,but some results aren't the same slightly,for instance:"Waist=75.620499,Knee=36.650490 "in release version and "Waist=75.630901,Knee=37.181105" in debug version.I suspect if the problems consist in float type,thanks for any further help.
-
About debug version and release version.I want to know why the results of debug version and release version are not identical when using VC++? (My program has no memory leak.) who can give me some advice,thanks a lot!;P ;P