Comparison of time

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aramakri
    New Member
    • Dec 2007
    • 9

    Comparison of time

    Hello,
    I have two different times in two different functions.How can i compare these two values.
  • Freaky Chris
    New Member
    • Dec 2007
    • 24

    #2
    im not entirly sure what you are asking here but this maybe able to help

    [CODE=cpp]
    timeFunc(){
    return time;
    }

    timeFunc2(){
    return time;
    }

    compareTimes(ti meFunc(), timeFunc2());

    [/CODE]


    Chris

    Comment

    Working...