Question 2.2

Why doesn't

struct x { ... };
x thestruct;
work?


C is not C++. Typedef names are not automatically generated for structure tags. See also question 2.1.


Read sequentially: prev next up top


This page by Steve Summit // Copyright 1995 // mail feedback