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 CodeGuru Developer Columns
Understanding the C++ Utility Components in the C++ Standard Library
Learn more about a few commonly used components and explore their utility and usages.

Top Programming Languages to Use for .NET Development
Take a look at some of the most popular languages to use within the .NET paradigm.

Using Common Visual Basic Maths Conversion Functions—Imperial to Metric
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
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.