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.

Web Developers: Are Your Sites Using HTTPS?
Web sites that need certificates, the secure ones running under HTTPS, are quickly becoming the standard. Get ready to use certificates.

Building a Conversation Bot
Learn about the Microsoft Bot Framework, and how to craft a conversation bot.

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.