Background worker in C++ application?

  • Thread starter Thread starter MyCatAlex
  • Start date Start date
M

MyCatAlex

Guest
Having primarily C# background I have been forced to do a MS C++ application. It is a Windows Console application. I wonder if I can use background worker under the circumstances. All code I have found is in C#. I know there are a number of ways to do multithreading, but at least I used background worker in C# long time ago.

Thank you, - MyCatAlex

Continue reading...
 
Back
Top