Thread: timed program on C++

  1. #1
    Registered User
    Join Date
    Jan 2013
    Posts
    114

    timed program on C++

    I am trying to write a routine of my studies of next month.For that I want to write a timed schedule. That is a timed program that will tell me everytime I turn on my laptop which topics should I read at that date.I can divide a day into 3 parts,8AM-2PM,2PM-6PM and 6PM-8AM.. Now each time I turn on the computer or run the program, this will tell me what I should read at that time in that day. and Now I dont want any routine softwares, I want to write that program myself. which libraries should I use???that is which library of C++ deals with the time?



  2. #2
    Hurry Slowly vart's Avatar
    Join Date
    Oct 2006
    Location
    Rishon LeZion, Israel
    Posts
    6,788
    All problems in computer science can be solved by another level of indirection,
    except for the problem of too many layers of indirection.
    – David J. Wheeler

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. a timed terminal...
    By xabhi in forum C Programming
    Replies: 4
    Last Post: 08-27-2010, 06:40 AM
  2. Timed loop in C program
    By bilmiyor in forum C Programming
    Replies: 10
    Last Post: 03-26-2008, 11:00 AM
  3. A Timed function in C
    By jaro in forum C Programming
    Replies: 5
    Last Post: 04-03-2006, 07:46 AM
  4. Timed response?
    By Blackroot in forum C++ Programming
    Replies: 1
    Last Post: 12-31-2005, 06:21 PM
  5. Timed functions
    By Unregistered in forum C Programming
    Replies: 3
    Last Post: 05-27-2002, 11:15 AM