Click here to Skip to main content
15,884,176 members
Articles / Desktop Programming / Win32

A C++ Wrapper for WaitForMultipleObjects Part II - Adding Timer Support

Rate me:
Please Sign up or sign in to vote.
4.71/5 (8 votes)
9 Jan 2014CPOL7 min read 24.9K   633   31  
Describes a C++ class that encapsulates the WaitForMultipleObjects API usage pattern making it easy to integrate it with C++ objects.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer IBM
Taiwan Taiwan
Developer with expertise on drivers, daemons and applications, both legacy desktop apps and new age web based apps. My choice of programming languages are C++ & Python and I use Django for web based app development.

When not coding, I do a bit of photography, read stuff and love making my hands greasy.

I live in Taipei, work for IBM and am fluent in Chinese.

The views and opinions expressed in this article are mine and do not necessarily reflect the policy or position of my employer.

Comments and Discussions