Please contact us if you have any trouble resetting your password.
structname some_struct;ofstream fout("Filename.xxx", ios::binary);fout.write((char *)&some_struct, sizeof(some_struct));