
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
hi all,
why doesn't this compile using lcc-win on W2K?
#include <stdio.h>
int main(void)
{
typedef struct {int age; char *name;} people;
people *person;
person->age = 10;
person->name="Ricky";
return 0;
}
Thanks
| <-- __Chronological__ --> | <-- __Thread__ --> |