The Wayback Machine - https://web.archive.org/web/20110921215143/http://www.codeguru.com:80/cpp/data/data-misc/fileinformation/

    File Information

    Controlling an Object's Creation Based on Its Key Value Representing a Unique Resource

    Learn how to write server applications. One of the recurring tasks was dealing with the problem of creating an instance of a class associated with a unique resource of the operating system, such as a file.

    A PDF Solution for All Programming Platforms

    To begin writing raw PDF files, you need a solid working knowledge of PostScript—and that's not pretty. In reality, you need a complete PDF library that handles all your document-creation needs.

    [Updated] DVD Explorer

    Learn about a new utility to analyse the data's structure on a DVD.

    Accessing Your Database with C++ Is as Easy as DTL

    Go one step beyond the Standard Template Library (STL) with the Database Template Library (DTL), which offers many advantages over the traditional procedural approach to database access.

    Line Counting, Version 1.1

    Count the number of lines that programmers have developed with a break out for code, comment, and blank lines.