--- In [email protected], "Trent" <[EMAIL PROTECTED]> wrote: > > Lookup the static_cast statement
...but don't use it here - no casting is required. Just change the floating point values to integer values ie. 3.0 should be 3 and 1.0 should be 1.
--- In [email protected], "Trent" <[EMAIL PROTECTED]> wrote: > > Lookup the static_cast statement
...but don't use it here - no casting is required. Just change the floating point values to integer values ie. 3.0 should be 3 and 1.0 should be 1.