Learn how to use helper classes for interprocess communication with memory mapped files in C++ on Windows.
C++ Programming: Memory Mapped Files using RAII
Published 09/29/2010
Learn how to use helper classes for interprocess communication with memory mapped files in C++ on Windows.
Part three of a series that illustrates using WCF to communicate between a Windows service and client application.
Part two of a series that illustrates using WCF to communicate between a Windows service and client application.
Part one of a series that illustrates using WCF to communicate between a Windows service and client application.
Learn how to share data between threads in a thread-safe manner.
Learn about methods to start, pause, resume, and stop a thread by using _beginthreadex in an MFC dialog application. The sample shows how to update a MFC control as well as how to properly shut down a thread.