Learn about the delayed rendering of Clipboard data, which is an intelligent alternative to simply copying all data onto the Clipboard.
Latest Clipboard Articles
Clipboard Viewer
Learn about a tool to check and understand the exchanges with the Windows Clipboard.
How to Paste HTML
Pasting HTML from the clipboard is not as straightforward as it should be.
DragToolBar - Drag items from Toolbar and drop into view
The Toolbar does not respond to drag action. This code gets around this.
DropTarget - A library to support "Drop target" functionality
DropTarget adds a "Drop target" (Drag'&Drop; client) functionality to your C++ code.
ClipConvert - Clipboard Data Converter
Great peek into how to work with the Clipboard and its formats!!
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.
A Tipple with a Tuple
Fear not, Tuple lovers. This much-maligned data type is still in use today.

Creating Visual Basic String Enums
With just a few lines of code, you can have a quick way to make an Enum accept String values instead of an ordinary named constant.
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.