Код: Выделить всё
struct EventRequest
{
char EventType;
int RetryCount;
} ER;
struct EventStatus
{
char EventType;
char StatusType;
short RetryCount;
} ES;
Код: Выделить всё
queueq;
q.push(ER);
q.push(ES);
q.push(ER):
.
.
.
Подробнее здесь: https://stackoverflow.com/questions/737 ... queue-in-c
Мобильная версия