chenlen.com - C++ 從入門到入土

Description: 教你使用 C++ 開發看盤軟體

explicit (69) c++ timer thread std::lock the rule of five std::partition std::nth_element std::partial_sort c++ value initialization pod type data alignment

Example domain paragraphs

有時候你就是不想用平台提供的 Timer API,想用純 C++ 寫一個,且此 Timer 必須最少滿足一些條件,像是:

1. 不過度設計,簡單提供定時呼叫的機制即可。

2. 可以隨時停止 Timer,不用想關閉程式時,卻還是必須等到時間到了才能結束。