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++.

TypeScript for the C# Developer: TypeScript Generics
Learn to use generics in TypeScript the same way as you would with C#.

Visual Basic Basics: Modules, Scope, and Accessibility Modifiers
Learn about Scope, Modules, and Accessibility Modifiers in Visual Basic.

Creating the Best Virtual Reality User Experience (VR UX): Seven Tips & Tricks
When building Virtual Reality user experience (VR UX), here are seven tips you should consider.