multithreading - What is the best way of threading while using c++ to create windows form application in visual studio? -


I am trying to create a Windows Forms application that waits for a message from the customer using the socket.

But the program has been shown in the task manager as not answering.

Therefore, to avoid this IM plan to use another thread to run the waiting process. However, limited threading options are limited during the development of C ++ in Visual Studio 2010

Pls help

std :: thread is in VisualStudio 2010. You can use any other means of threading based on your needs, such as (Free and Openers) or (commercial).

Personally, I will go to the Promotion: Thread , unless there was no need for a late conversion in C ++ 11, in that case I Just :: Thread , which is std , it is very easy to get up and running and no effort is made for basic tasks.

There is more information about me Note that the concept is common in two libraries

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -