Take a closer look at the 2 Gb limit that we are plagued with in different languages, and how to get around them.
Latest File I/O Articles
Three Powerful Yet Untapped Features of NTFS
The NTFS windows file system has introduced several features that improve the performance, stability, and reliability of file storage. Of these, three features lend themselves to advanced methods of information storage and collation. Few applications have, however, made extensive use of these features. This article introduces these features and identifies some of the potential uses each one exhibits.
Managed Extensions: Using the .NET OLE DB Classes to Read Text Files
Tom Archer illustrates how to use the .NET OLE DB classes to read text files.
Open Source File Visual C++ Add-In
A Visual C++ add-in that opens a file that is stored anywhere in your Visual C++ x86 "Include" path.
CFileChangeEvent Class
CFileChangeEvent Class
Alerting the user when an open file has been changed by another application
Alerting the user when an open file has been changed by another application
Latest Developer Videos
More...Latest CodeGuru Developer Columns
MFC Integration with the Windows Transactional File System (TxF)
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.

When to Use Static and Non-Static
When is it appropriate to use a static construct? Learn about it here.

Debugging in Visual Studio
Discover the world of debugging and debugging tools.
Working with State Machines in the .NET Framework
Arun Karthick introduces you to the state machine model and shows you how to create a simple working state machine sample using the .NET framework in the C# language.