Tom Archer illustrates how to parse comma-delimited text—when the data contains quotes, commas, and blanks—and return the data in a managed array.
Latest File I/O Articles - Page 2
The K.I.S.S. Approach to I/O Completion Ports
I/O completion ports are the holy grail of performance. This article provides an extremely lightweight and open framework for easily implementing IOCP's in your application(s).
Manage the Physical Dependencies of a Project to Reduce Compilation Time
We make our projects in different files, not in a single file. We will do this because we want to reduce the compilation time during the development as well as reuse the code written in different files.
Non volatile variables and configuration settings for MFC applications
This article describes two classes for storing and retrieving string, numeric and BOOL variables to/from files in ASCII text format - much like INI files.
Circular File
Generic C++ circular file implementation
Latest CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

Coding a Bing Bot
Bots are rapidly replacing the older technologies. Read through and become proficient with Bing Bots.

Creating a Remote Desktop Application in VB.NET
Learn to use Remote Desktop Protocol, developed by Microsoft, to provide a graphical interface to connect to another computer over a network.

Programming Devices and Activities from the Microsoft Graph APIs
With Microsoft's new Project Rome, the user experience across all platforms (Windows, iOS, or Android) will be seamless among different hardware.