I would like to know how can I call a member function each x miliseconds, during a given time. Can any boost library help me for this task ?
look at boost::asio library
deadline_timer class