views:

39

answers:

1

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. How would I go about writing that in C++, without using NSTimer? Thanks in advance.

+1  A: 

Boost is pretty portable. And works on the iPhone. Boost.Asio has timers.

St3fan