silverarrow
03-06-2009, 03:50 PM
I have stored some data in a file.txt which is ho3w2 are you.
How can I open this file in c compiler and save the data into a new file (file2.txt) as hoooww are you(replace no. with char)?
file data to read: ho3w2 are you (read from file.txt)
data after decompression: hoooww are you (to be stored in file2.txt)
how can you mkae a code that takes an input file(file.txt) and stores decompressed data(done in the program) in file2.txt??
How can I open this file in c compiler and save the data into a new file (file2.txt) as hoooww are you(replace no. with char)?
file data to read: ho3w2 are you (read from file.txt)
data after decompression: hoooww are you (to be stored in file2.txt)
how can you mkae a code that takes an input file(file.txt) and stores decompressed data(done in the program) in file2.txt??