开发者

C++ Countdown timer for the iPhone

开发者 https://www.devze.com 2023-01-12 10:54 出处:网络
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?Thank

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消