
I am new to programming and am lost
I am new to programming and am lost. I have read a couple of
books on 'C' but I need help in putting the pieces together.
I need help in writing a simple C progam which reads 600 text
files, all with unique file names - file1.txt, file2.txt,
file3.txt.....
Every file has 10 fields but I only want to write four of them to
a disk file.
I need to read every file and write the data as a record in a
file called Cuslist.
So every text file I read will become a record in a file.
Would someone help me write the code for my very first 'C'
program. It may sound too simple but for a person
writing his very first program, it is not easy.
I will appreciate your help.
Peter Effiong