A
almurph
Anyone herd of this before
I am debuging a pre 99 C program. However I have noticed that when I
include some printf() statements (in order to see some float
variables) I get a different type of net answer than when I did not
insert the printf() statements.
I am doing stuff like:
printf("%.8f", someArrName[7]);
I can see the variables but the net result is different.
When i exclude the printf statements I get a different net result!
Strange no?
In other words the inclusion of just some printf() statements seems
to effect the result. Anyone heard of this before?
Would greatly appreciate any comments/ideas/suggestions/user-
experiences that you may be able able to share with me. I've never
seen anything like this before...
Thanka,
Al.
I am debuging a pre 99 C program. However I have noticed that when I
include some printf() statements (in order to see some float
variables) I get a different type of net answer than when I did not
insert the printf() statements.
I am doing stuff like:
printf("%.8f", someArrName[7]);
I can see the variables but the net result is different.
When i exclude the printf statements I get a different net result!
Strange no?
In other words the inclusion of just some printf() statements seems
to effect the result. Anyone heard of this before?
Would greatly appreciate any comments/ideas/suggestions/user-
experiences that you may be able able to share with me. I've never
seen anything like this before...
Thanka,
Al.