Boost logo

Boost :

Subject: Re: [boost] Standard stream from C fopen()
From: Claude (clros_at_[hidden])
Date: 2010-11-13 18:49:01


Ok, I now make correctly my stream with:

stream<file_descriptor_source> in(file_descriptor_source(fp));

But, if I use the << operator on "in" with:

  
  in<<"Hello";

It don't work :-(
I think I could use my object like any other stream ...

-- 
View this message in context: http://boost.2283326.n4.nabble.com/Standard-stream-from-C-fopen-tp3040002p3041391.html
Sent from the Boost - Dev mailing list archive at Nabble.com.

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk