J
Jasim
Hi,
I'm a newbie C programmer, and I've written a Buffered File Copy
program in C (which can be considered my rather first acceptable
venture into the bold brave world of C)
I am using faralloc() to get large chunks of memory for my buffer and
even that does not work (for buffer size > 65535). But faralloc() does
not show any problem (ie, does not return null) even when I allocate
527 kb of memory)
I'm using _read and _write functions for file i/o and I doubt whether
they are incapable of using more than this amount of data at a time..
I checked out the product 'Controlled Copy' and even it says it uses
only 48kb buffer.. So, is it some barrier which cannot be broken?
I'm relatively new to C programming ('ve been programming in xBase
languages till..). If the source code of my app would help by any
means, then please do contact me and I'll be sending it...
Thanks in advance,
Regards
Jasim A Basheer
India.
please mail me to : (e-mail address removed) -- replace the domain
name with
hotmail.com
I'm a newbie C programmer, and I've written a Buffered File Copy
program in C (which can be considered my rather first acceptable
venture into the bold brave world of C)
I am using faralloc() to get large chunks of memory for my buffer and
even that does not work (for buffer size > 65535). But faralloc() does
not show any problem (ie, does not return null) even when I allocate
527 kb of memory)
I'm using _read and _write functions for file i/o and I doubt whether
they are incapable of using more than this amount of data at a time..
I checked out the product 'Controlled Copy' and even it says it uses
only 48kb buffer.. So, is it some barrier which cannot be broken?
I'm relatively new to C programming ('ve been programming in xBase
languages till..). If the source code of my app would help by any
means, then please do contact me and I'll be sending it...
Thanks in advance,
Regards
Jasim A Basheer
India.
please mail me to : (e-mail address removed) -- replace the domain
name with
hotmail.com