-----Mensaje original-----
De: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org]En nombre de Simon Reye
Enviado el: lunes, 17 de julio de 2006 3:27
Para: boost-users@lists.boost.org
Asunto: Re: [Boost-users] Shmem (was File Manipulation)From the boost website it seems that shmem has been accepted but it's been over a year since a new version of boost has been released. Is there a new boost version coming out soon or do I just have to download and build shmem myself?Simon-----Original Message-----
From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Berenguer Blasi
Sent: Friday, 14 July 2006 6:50 PM
To: boost-users@lists.boost.org
Subject: Re: [Boost-users] File ManipulationYou can take a look at shmem if you want to map a file to memory.Haven't tried it myself yet though.Cheers-----Mensaje original-----
De: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org]En nombre de Simon Reye
Enviado el: viernes, 14 de julio de 2006 7:46
Para: boost-users@lists.boost.org
Asunto: [Boost-users] File ManipulationI've had a look through the iostream stuff but my head can't think straight this late in the week. I require two things:
1. The ability to truncate and grow a file. I see the seek/write functions which I'm guessing will take care of my growth needs but what about truncation?
2. The ability to memory map a file. I saw mapped_file which I guess is the one.
Simon