closest equivalent of fdopen()?

M

Mark Harrison

What's the closest equivalent of fdopen() for streams? This
is primarily for use in a g++/unix environment.

Many TIA!
Mark
 
R

red floyd

Mark said:
What's the closest equivalent of fdopen() for streams? This
is primarily for use in a g++/unix environment.

Many TIA!
Mark

Your best bet is probably to ask in gnu.g++.help
 
R

red floyd

Mark said:
What's the closest equivalent of fdopen() for streams? This
is primarily for use in a g++/unix environment.

More specifically, fdopen() is not part of ISO/IEC 9899 (at least as of
the 6 May 2005 draft of 9899:TC2), and therefore is not part of the C++
Standard.

fdopen() appears to be a unix specific enhancement. Therefore, a group
dedicated to your platform/environment is more appropriate.
gnu.g++.help is probably your best bet.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top