How to treat RAM data as if it was a real file?

Posted by Ole Jak on Stack Overflow See other posts from Stack Overflow or by Ole Jak
Published on 2010-05-30T22:59:33Z Indexed on 2010/05/30 23:02 UTC
Read the original article Hit count: 190

Filed under:
|
|
|
|

So I have some temp data in my prorram (in RAM) I want to somehow make it seem as it is file (for example for sending it into another program which takes a file link as argument)?

Is it possible?

How to do such thing?

© Stack Overflow or respective owner

Related posts about c++

Related posts about c