On Mon, Sep 04, 2000 at 09:04:45PM +0200, Lars Gullik Bj&resh;nnes wrote:
> Dekel Tsur <[EMAIL PROTECTED]> writes:

> | I've already made several fixes (including fixing lib/configure so that
> | lyxrc.defaults will contains the \converter commands).
> 
> Ok, only one thing?
> 
> Why implement copy in terms of /usr/bin/cp ?
> 
> The C++ code to do this is something like:
> 
>         ifstream ifs("infile");
>         ofstream ofs("outfile");
>         ofs << ifs.rdbuf();
> (could be some names that I don't remember by heart)

I don't know much about io streams, so I decided to take the easy way...

Reply via email to