Re: how to open/create a file in C and access it
- From: SM Ryan <wyrmwif@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 07 Apr 2006 06:36:10 -0000
# > it gives an error after I map a portion of
# > the file in memory, and then I try to write something into it:
#
# Show the code that does the mmap call. Also note that mmap doesn't
# extend files - so you can't append to a file that way.
# Mapping a file of 0 bytes gives you 0 bytes to write to.
My major complaint about unix file mapping as opposed to
true file mapping.
--
SM Ryan http://www.rawbw.com/~wyrmwif/
Why are we here?
whrp
.
- References:
- Re: how to open/create a file in C and access it
- From: "Nils O. Selåsdal"
- Re: how to open/create a file in C and access it
- Prev by Date: Re: scanning UTF-8 characters
- Next by Date: Re: execute command on variable...
- Previous by thread: Re: how to open/create a file in C and access it
- Next by thread: Re: scanning UTF-8 characters
- Index(es):
Relevant Pages
|
Loading