[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Array structure--in a structure




I want to define a structure containing arrays of structures. Is this
possible without using pointers?

E.g..

tmp1={AA,a:1,b:2}
tmp2={BB,CC:AA(12)}

I realize this is not correct code, but what is?

Newbie-ly,
Marianne