Quote:
Originally Posted by JBotAlan
Hmm, I use (for example):
Code:
double PAN_DEGREE = whatever
I didn't even know "float" was a data type! C is obviously not my native language; VB6 is. Which has more resolution? Forget it, I'll Google it.
I didn't know about the "f" after the numbers after, but I'd seen that at some point...can't remember where.
Thanks, I'll use some of that in my code!
JBot
|
ill save you the trouble- double has more resolution. but considering that a double is a 64-bit data type, i wouldn't use it all that much.