Drill deeper into Mobile Development in C++ and go through the development and debugging of a Windows Mobile 6 application with a focus on MFC.
Latest com-tech Articles - Page 3
Microsoft Word Automation Class
Discover a class to start Microsoft Word and access Word functions from a C++ application by using OLE and IDispatch interfaces. Two classes are provided: the Word automation class CWordAutomation and the wrapper class CEzWordAutomation.
JavaScript DOM Ranges
Nicholas Zakas explores the powerful DOM Range tool and how a range can be used to select a section of a web document regardless of node boundaries.
Visual FoxPro: Its Day Has Finally Come
If you thought the end of Visual FoxPro had already happened, then you are wrong. Its end is now.
Task Dialogs in Vista
If you have been using Vista, you would have noticed that MessageBoxes are passé. These have been replaced by the new Task Dialogs. Task dialogs are intended to make the experience more interactive and goal-oriented. Take a tour of the Task Dialog API.
Windows Template Library: Still Alive and Kicking
Find out what's become of the Windows Template Library (WTL) since Microsoft released it as an open-source project in 2004. Examine the recent WTL releases and see where WTL fits in the C++ programmer's toolkit.
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.