i am developing an online auction system in c......can someone pls help me to help me setup a timer that runs in the background
(or)
i dont know how to store the time/date so that it can be compared with current date/time.....
Thanks
thyagarajan 0 Newbie Poster
Recommended Answers
Jump to Postuse the functions in time.h.
>> dont know how to store the time/date so that it can be compared with current date/time
use the time_t (normally an unsigned int) that is returned by time() for that. initialize a time_t object when starting then get it again in another …
All 4 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Dave Sinkula 2,398 long time no c Team Colleague
Narue 5,707 Bad Cop Team Colleague
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.