Is it possible to create an outstream object from a given stdio file (an old style style file descriptor)? Preferably without closing and reopening the file.
For this, I have a stdio file, and the library that I use takes a stream object.
source share