C++ Countdown timer for the iPhone
I am trying to write an ultra-portable game in C++. In one of the modes of my game, it will be timed - counting down.开发者_JAVA百科 How would I go about writing that in C++, without using NSTimer? Thanks in advance.
Boost is pretty portable. And works on the iPhone. Boost.Asio has timers.
精彩评论