//vector for holding transactions // files descriptors for accessing individual data files File f = new File("C:\\Program Files\\MyProjects\\final sspm\\sspm\\data1.txt");
Originally posted by fundupuneet vyas: i wrote the following code but it didn't work:
In what way did it not work ? Does it compile (if not tell us what the error messages are - with an indication of which lines in your code they refer to). If it compiles but does not do what you wanted, then tell us what it is doing and how this differs from what you want it to do.