cpp_files_test


cpp_files_test, a C++ code which illustrates the use of files.

Licensing:

The computer code and data files made available on this web page are distributed under the MIT license

Languages:

cpp_files_test is available in a C version and a C++ version and a FORTRAN90 version.

Related Data and Programs:

cpp_test, C++ codes which illustrate some of the features of the C++ codeming language.

FILUM, a C++ code which can work with information in text files.

TABLE_IO, a C++ code which reads and writes table files.

Reference:

  1. Paul Deitel, Harvey Deitel,
    C++: How to Program,
    Seventh Edition,
    Prentice Hall, 2011,
    ISBN: 978-013-216541-9,
    LC: QA76.73.C153.D45.
  2. Steve Oaulline,
    Practical C++ Programming,
    Second Edition,
    O'Reilly, 2003,
    ISBN: 1-56592-139-9,
    LC: QA76.73.C15.O84.
  3. Bjarne Stroustrup,
    The C++ Programming Language,
    Addison-Wesley, 2000,
    ISBN: 0-201-70073-5,
    LC: QA76.73.C153.S77.

Source Code:

MICE is an example in which a file of strings is to be read.


Last revised on 22 February 2020.