Thread
:
Pass-by-Reference and Pass-by-Value
View Single Post
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
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
View Public Profile
Find More Posts by phae36