|
-
Jan 24th, 2003, 02:28 PM
#1
Thread Starter
Lively Member
Different structures in one array, how?
I've 7 structures. Smallest structure has 2 variables and largest 8.
struct invA_typ { // smallest struct
long A;
long B;
}
struct invG_typ { // largest struct
long A;
...
long G;
}
I've to deal with all the structs as one array to loop trough them, how can I do that?
Thanks in advance
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|