Home Forums C Programming Read 1st col vals of i/pfile;create o/p fl for each diff val Re: Re: Read 1st col vals of i/pfile;create o/p fl for each diff val

#3607
GarnetHuynh
Participant

I had modified my program with the following code to read each value of column 1 of my input file (*.ref) and create multiple Output files (*.brt) with name as the value at the column 1 of the input file. For each change in the value at column 1 of input file, a new output file (*.brt) should be created. But it doesn’t seem to do what is required and when I run the application it gets hung. Could you please help me with the changes to the following code so that it works :-

Thanks a lot,
Marconi.