O
Oliver Witt
Hi,
I am coding a c++ application that is supposed to be capable of
altering large text files. I want to use sed to do this. So I need to
know how I can start sed from within the c++ program and how to get
the return value (I do not want to write the result immediately into a
file).
This is another question, a little off topic, but if somebody happens
to know... This program will be running on a Windows machine. I do not
know how to tell sed if it is dealing with Unicode or Ascii encoded
files.
Thanks for any help,
Oliver
I am coding a c++ application that is supposed to be capable of
altering large text files. I want to use sed to do this. So I need to
know how I can start sed from within the c++ program and how to get
the return value (I do not want to write the result immediately into a
file).
This is another question, a little off topic, but if somebody happens
to know... This program will be running on a Windows machine. I do not
know how to tell sed if it is dealing with Unicode or Ascii encoded
files.
Thanks for any help,
Oliver