C
carmaski
Hi,
I have worked with C++ off and on, but I am not sure how this must be
done. I need to modify some of the text in certain files. Specifically
I need to search for a certain word, and modify that word i.e. Change
it to some other shorter word.
I dont think that I can declare a buffer, because it may happen that
these files may be too big.
I hope someone has some ideas how this might be done.
Regards,
Rio
I have worked with C++ off and on, but I am not sure how this must be
done. I need to modify some of the text in certain files. Specifically
I need to search for a certain word, and modify that word i.e. Change
it to some other shorter word.
I dont think that I can declare a buffer, because it may happen that
these files may be too big.
I hope someone has some ideas how this might be done.
Regards,
Rio