Control the number of windows instances for your app.
Latest Shared Memory Articles
Make GDI+ Less Finicky About Fonts
Windows GDI+ understands only half of the fonts out there. Use the QGraphicsText class to work with the other half.
CSharedMemory, A Small Class to Share Data Via File Mapping
With this class, only a few lines are needed to communicate with other processes.
Named Pipe Wrapper for Win32 Platforms
Using pipes is not too complicated on WindowsNT platforms, but on Win9X it4s not that easy because named pipes are not supported.
Memory Allocation for High-Dimensional Data Structures
Memory Allocation for High-Dimensional Data Structures
Shared Memory Inter Process Communication (IPC)
Shared Memory Inter Process Communication (IPC)
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Ten Reasons to Look at .NET Core Now
The .NET Core is here now, and here are some reasons to begin using it.

Creating a Command Prompt Window Using Visual Basic
Learn how to simulate the DOS Command Prompt window from a Visual Basic form.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.