Is it possible in C++ to create some type of stream and pass something as
an iobuf* such that fprintf uses?
The reason is I am using some libraries that write to an open file pointer,
but I want to use the data in my program without having to change the
library source (all written in c).
--
Jim Langston
tazmaster@rocke tmail.com
an iobuf* such that fprintf uses?
The reason is I am using some libraries that write to an open file pointer,
but I want to use the data in my program without having to change the
library source (all written in c).
--
Jim Langston
tazmaster@rocke tmail.com
Comment