Visual C++
Multithreading
Visual C++ allows you to have multiple concurrent threads of execution running simultaneously. With multithreading, you can spin off background tasks, manage simultaneous streams of input, manage a user interface, and much more.
In This Section
- Multithreading with C and Win32
-
Provides support for creating multithread applications with Microsoft Windows
- Multithreading with C++ and MFC
-
Describes what processes and threads are and what the MFC approach to multithreading is.
- Multithreading and Locales
-
Discusses issues that arise when using the locale functionality of both the C Runtime Library and the Standard C++ Library in a multithreaded application.
No comments:
Post a Comment