CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Controlling Function

Passing class member function as a controlling function to AfxBeginThread (VC++)!

In Visual C++, usually we use AfxBeginThread function to create a Thread which will run the piece of code concurrently. AfxBeginThread function can be useful to create both worker thread and an user-interface thread. This article explains the first flavor of AfxBeginThread function which is useful to create worker threads. How to create worker threads? The […]

Scroll to top