Read typed file – pascal
Wednesday, 7 May, 2008
1 comment
File structure in C++
typedef struct TAGRECORD
{
char DeviceName[50]; // Имяприбора
char TagName[10]; // Имяпараметра
char TagValue[50]; // Значение
time_t TagTime; // Время записи
int TagChannel; // Канал
int TagInfo; // 0 - info, 1 - control
} TAGRECORD,*LPTAGRECORD;
Read it with Pascal?
Solution >>>
Read more…

Recent Comments