PPL File Operations Homework

  • Prepare a number of plain text files with 3 columns in each of them. (You can use any seperator between the columns). Number of lines in the files are also unknown.
  • Do a similiar job to the introductive homework. Read the files and create objects for each line of the file. (so if you have 2 files and if the first file holds 30 lines and the second file holds 20 lines for example, you should create and map 50 objects in the memory.)
  • The objects should contain all the information in the three columns of the file. So you need three variable in each object.
  • After reading files and creating object for each line of all the files, dump this information to the screen. So user should see the whole content of the files in the screen.
    updated 06/03/2004 - 15:08 by Sadi Evren SEKER