Long File Name (LFN) Entries in the FAT Root Directory of Floppy Disks
Rating: none
Mufti Mohammed - 06/29/2007
Learn about the structure for LFN entries in the root directory and how to read LFN from the root directory of the FAT file system.[Updated] FAT Root Directory Structure on Floppy Disk and File Information
Rating: none
Mufti Mohammed - 06/26/2007
Learn the FAT root directory structure on a floppy and how to retrieve information about the file (not file content) from it by using VC++.
Extract Floppy Disk Geometry from the Boot Sector
Rating: none
Mufti Mohammed - 06/06/2007
Learn how to read a floppy disk's geometry witout using DeviceIoControl on Windows XP.
How to Read a MS Outlook (.msg) File Using ATL and MFC
Rating: none
Mufti Mohammed - 04/04/2007
Learn about the structure of the MS Outlook .msg file format and how a VC++ application can extract data from this file.
[Updated] A UTF-16 Class for Reading and Writing Unicode Files
Rating: 




Jeffrey Walton - 12/29/2006
Learn to use Unicode to perform file-based operations.
[Updated] The K.I.S.S. Approach to I/O Completion Ports
Rating: 




Robert Simpson - 10/18/2004
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).
Managed Extensions: Parsing CSV Files with Regular Expressions
Rating: 




Tom Archer - MSFT - 09/10/2004
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.
Manage the Physical Dependencies of a Project to Reduce Compilation Time
Rating: none
Zeeshan - 03/30/2004
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
Rating: none
Ruben Jvnsson - 01/24/2002
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
Rating: 




Ibrar Ahmad - 11/14/2000
Generic C++ circular file implementation
