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
Personally, I will go to the There is more information about me Note that the concept is common in two libraries 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).
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.
Comments
Post a Comment