c++ - Appending to existing file via boost -


I need to collect several log files in a log.

I tried to promote it with: FileSystem :: Copy_file but it does not support the applying.

Any thoughts? (I'm liking it via libraries promoting)

Tnx

Don does not require a boost for this simple task - standard iostream will do the job:

  #include  

(Note that the above approach can have sub-optical performance, to see how to improve performance.)


Comments

Popular posts from this blog

Editing Python Class in Shell and SQLAlchemy -

import - Python ImportError: No module named wmi -

uislider - In a MATLAB GUI, how does one implement a continuously varying slider from a GUIDE created .m file? -