Learn to program the process of moving groups of files from one application to another by using drag '& drop, cut, copy, and paste.
Latest Tutorials Articles - Page 6
Elementary Use of the Program "make"
Learn where "make" fits in the process of developing an application and see an example of using it with multiple file compilation.
MFC .DLL TUTORIAL, PART 1
Learn about the kinds of .DLLs you can make using MFC and the advantages of each kind. Also learn how to create a .DLL and how to set up a client application to use it.
MFC .DLL TUTORIAL, PART 2
Learn about the problems that can arise when you use .DLLs. Also learn how these problems can be avoided.
MFC .DLL TUTORIAL, PART 3
This third part builds on the previous two by providing more coding examples and technical details.
MFC Under the Hood
This article demystifies some of the arcane code created by the MFC Wizards.
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.

Managing Non-blocking Calls on the UI Thread with Async Await
Create a response application by managing asynchronous code on your UI thread.

Visual Basic: Formatting Currency Values as Words
You can use Visual Basic to convert numbers, as in currency values, into words. Let us show you how.
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.