Re: Creating a stream from file descriptor

2008-01-24 Thread Jun
corruption, capable by their original nature. 558. What shall we conclude from all our darkness, but our unworthiness? 559. If there never had been any appearance of God, this eternal deprivation would have been equivocal, and might have as well corresponded with the absence of all divinity, as w

Re: Creating a stream from file descriptor

2008-01-02 Thread Jun
On Dec 28 2007, 1:29 am, Maurizio Loreti <[EMAIL PROTECTED]> wrote: > please, do not multipost; if you cross-post instead, I see your > question just once in both groups.  I have answered in gnu.gcc.help. > > BTW, since your question is about C++, it was OT in gnu.gcc.help and > is IT here. > > --

Re: Creating a stream from file descriptor

2007-12-28 Thread Maurizio Loreti
please, do not multipost; if you cross-post instead, I see your question just once in both groups. I have answered in gnu.gcc.help. BTW, since your question is about C++, it was OT in gnu.gcc.help and is IT here. -- Maurizio Loreti http://www.pd.infn.it/~loreti/mlo.html

Creating a stream from file descriptor

2007-12-28 Thread Jun
I posted the below message in the gcc.help in case someone in that group can help. Back in gcc 2.x one can create a stream using a file descriptor. For example fstream *pstr = new fstream (filedesc); But in the newer gcc 3.x, this does not work anymore and gets an error since the new fstre