Hi
Is it possible in C++ to somehow get a pointer to the beginning of an opened file so that it ( the pointer ) can be passed to the unix write function together with the size of the file?
Just to be clear: I want to pass the whole file to a write-like function - how do I do this?