Tagged Questions
3
votes
2answers
91 views
Beginner's Question on Type Casting
I was going to use math.h on my numbers in my random number generator. It seems that I can only use the math.h functions on doubles. So:
I am trying to give "value" the value of "currentValue", or at ...