C/C++
ipc2.asc
Associated article: Shared Memory and Message Queues
Tags: Database .NET C/C++ Tools Open Source
_SHARED MEMORY AND MESSAGE QUEUES_ by Richard B. Lam Listing One // **************************************************************************** // Module: ipcshmem.h -- Author: Dick Lam // Purpose: C++ class header file for ipcSharedMemory // Notes: This is a base class. It is the interface class for creating and // accessing ...


