Re: storing related structs
- From: CBFalconer <cbfalconer@xxxxxxxxx>
- Date: Sat, 30 Jun 2007 08:51:42 -0400
Gray Alien wrote:
.... snip ...
These structures (not pointers to them), need to be stored in a
another struct:
struct C
{
unsigned id ;
char name ;
DATA_TYPE the_struct ;
};
Look up the use of 'union'.
--
<http://www.cs.auckland.ac.nz/~pgut001/pubs/vista_cost.txt>
<http://www.securityfocus.com/columnists/423>
<http://www.aaxnet.com/editor/edit043.html>
cbfalconer at maineline dot net
--
Posted via a free Usenet account from http://www.teranews.com
.
- References:
- storing related structs
- From: Gray Alien
- storing related structs
- Prev by Date: Re: Display C in HTML
- Next by Date: Re: storing related structs
- Previous by thread: Re: storing related structs
- Next by thread: Re: storing related structs
- Index(es):
Relevant Pages
|