On 2020-10-03 5:41 a.m., stefano cerbioni wrote:
hi guys i try to read a memory mapped file created with c++ , this is a c++ code that i have [code]
[snip code]
[/code] how can read a memory mapped created ? thankz at all
A memory mapped file should be just like any other file. Just find out what the file name is and determine what format the data is stored in that file.
John -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
