View Single Post
Old 06-08-2011, 08:02 PM   PM User | #7
phae36
New to the CF scene

 
Join Date: Jun 2011
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
phae36 is an unknown quantity at this point
void calcTime(milliseconds);
{
double seconds = milliseconds / 1000.0;
double minutes = seconds / 60.0;
double hours = minutes / 60.0;
}

this is supposed to be the function to calculate, and i have no idea how to put together the other functions
phae36 is offline   Reply With Quote