Hi,
I would like to be able to write and "later!!" read a struct in a file.
This is my structure :
struct {
CString Rep;
int Size;
int NbFile;
}
I have tried many solutions like with CFile but all the times unsuccessfully :-(

Thanks i.a. for your help.

[email protected]