Ah yes, now that you mention it, it does look like that (I didn't bother to count the chars). Nevertheless, it might help not to rely on a hard coded count.
Notwithstanding the count issue, your suggested logic seems to be the synchronous reading of both input files as well as writing to the output file (which is a very interesting method)... I hadn't thought of that. I'd like to see an elaborated version of your statement, please. My version was more akin to reading each file one by one and writing in the same sequential manner. On Oct 20, 9:25 pm, Processor Devil <[email protected]> wrote: > Hi Cerebrus, > it looks like data are always of the same length... > so it should be enough to just read 7 chars from file (aaaaaaa), 7 chars > from the other file, write it both to another file and repeat... >
