Hi,
I'm writing an address into a file and later i need to read it and delete the memory at this address. I've copied this address into a character array and am having a lot of trouble trying to convert it back into a pointer.
The pointer initially (when writing to the file) was a void pointer.
Please help.
I'm writing an address into a file and later i need to read it and delete the memory at this address. I've copied this address into a character array and am having a lot of trouble trying to convert it back into a pointer.
The pointer initially (when writing to the file) was a void pointer.
Please help.
Comment