Im doing this in UNIX so typing this all in and not copying it so I might be missing a semicolon :P So I tried changing it and put most the code into localTime. Here is a section of my new main(), I am just confused on how to properly call that.
Code:
int main(void)
{
ExpandedTime time;
ExpandedTime &etime(time);
ExpandedTime* localTime(ExpandedTime* etime);
}
Am I calling this function properly?