time constraints

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gary Wessle

    #1

    time constraints


    Hi
    how can I do this in c++

    if( time(0) Saturday 7:45am && time(0) < Monday 12:00pm )
    do_this();

    thank you
  • Ian Collins

    #2
    Re: time constraints

    Gary Wessle wrote:
    Hi
    how can I do this in c++
    >
    if( time(0) Saturday 7:45am && time(0) < Monday 12:00pm )
    do_this();
    >
    Look up localtime and friends.

    --
    Ian Collins.

    Comment

    Working...