On 15 Feb 2004 20:44:48 GMT in comp.lang.c++,
(JasBascom) was alleged to have written:
>the following short program is suppose to take a line
You apparently forgot the "following" short program
>The problem I have is that the sort data file for some reason can not be
>created, could you please tell look over the program tell me if it does what it
>is suppose to, and how I can force the program to create the file.
As a bare minimum, put
perror("");
after the failing file create. Found in <stdio.h>