周
周键
Unregistered / Unconfirmed
GUEST, unregistred user!
结构如下:
typedef struct SLine
{
TPoint nStart;
TPoint nEnd;
TfArrow nArrow;
int xText;
int yText;
} TSLine;
TList中存放了许多这种结构,现在我想把它存放到文件中去,该怎么做?
能不能用TWriter??
typedef struct SLine
{
TPoint nStart;
TPoint nEnd;
TfArrow nArrow;
int xText;
int yText;
} TSLine;
TList中存放了许多这种结构,现在我想把它存放到文件中去,该怎么做?
能不能用TWriter??