定义了结构体,怎么对结构体定义的对象进行读写?例子:struct Detection_DT{WORD N:16;WORD Y:8;WORD R:8;WORD S:8;WORD F:8;WORD M:8;
byte uz:8;byte uc:8;byte uy:8;};Detection_DT *data_array[10];对data_array写进数据后,我要保存到文档里,怎么写进去?又怎么读出来?请各位大神指教,分享一下程序。
http://blog.csdn.net/fysy0000/article/details/6619589