Hi PCM Programmer,
I will try to "break" your program. Please bare with me though, I am very busy at work at the moment so I won't be able to do this straight away.
Thanks for the repsonse.
I am using this line in a function to print a value:
printf("tempf= %f",tempf);
The variable is defined in the function thus: float tempf;
This will not print t ...
I am using printf in a function off main to printf a floating point variable. This does not work work correctly and always prints the variable as 0.00. If I insert a line into the main function to p ...