[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Array structure--in a structure
- Subject: Array structure--in a structure
- From: "Marianne" <zeppa(at)u.washington.edu>
- Date: Thu, 02 Nov 2000 23:12:46 GMT
- Newsgroups: comp.lang.idl-pvwave
- Organization: @Home Network
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:22001
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