I'd like to read and write data to/from files in binary mode.
I have to use a char buffer and then how can I use this data?
I know that I have 1 long, 2 doubles, a string of 7 chars, etc....
Can anybody give some indications about pointers and how to use it to read -write data from buffers?
Thanks