Quote:
|
Originally Posted by The Dark
Was there a question in there?
Currently your program sorts the input files one by one and puts the sorted output into output files of the same name. The dump file just shows the contents of these files one after the other, so it wont be fully sorted.
Are you supposed to be sorting the whole lot into one sorted output text file?
|
Yes Iam supposed to sort thr whole lot into one sorted output text file.