I would appreciate it if anyone could point me in the right direction. I have been assigned a mailing list problem. The strange part (to me) is that the prof wants me to use the following structure:
typedef struct {
int count;
char string[0];
} string_t;
Why would you use this type of typedef to store the character string data? The
program also needs to use an array of pointers to structures, mabey this will
help. Any help will be appreciated. Thanks, Eric. (EKENDER@VAX.CLARKU.EDU).