Back to DFS's C Page


OAC Problem Set III

Using Files
Due 29 Oct 99

The Megiser Dictionary Sample file consists of newline-terminated records. Each record consists of six (6) fields which are separated by tab characters (\t). The second through the fifth fields are from Megiser's 4-language dictionary from 1744. The languages represented are, in order, German, Latin, Slovenian and Italian. The first field is my English translation. The last is my modernization of the spelling of the Slovenian. The data has been simplified by eliminating accents so that you can cat the file.

You may want to have a look at the actual data using the proper characters at my web site.

You can also view the hexadecimal codes using a program I wrote. Right-click on the following link to download my hexdump program. Save it in the bin directory in your home directory.

You are to write two programs.

  1. The first program is to have the following characteristics:
  2. The first program is to have the following characteristics:


Created 17 Oct 99
Modified 19 Oct 99
© DFStermole 1999