No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Hey guys i am having problems with WinAso Registry Optimizer and Registry Mechanic 6, as the come up with 200+ errors for deep scan but when fixing the it come up with a message they are protect by Windows does anyone else have the same problem or is just my …
you have to either remove the decimal places from 'fah' or put a 'f' after the decimal places eg. fah = (fah / 9.0f); fah = (fah * 5.0f);
Use double for your fahrenheit and celsius and change celsius = (5 / 9) * (fahrenheit - 32); to celsius = (((fahrenheit - 32) / 9) *5)
Hi what values are you using for the calculations, also you should use a doube instead of an int
The End.
BadApples