
structuresand arrays within unions
wrote in comp.lang.c:
Quote:
> Hi,
> where can I find info about using shared memory in union, especilly
> structures and arrays?
> Thanks,
> Tzahi Efrati
Your question is unclear, because the term "shared memory" might mean
different things. In some contexts this term means operating system
specific mechanisms for two programs running simultaneously to share
the same region of memory. If you are interested in that you will
need to ask in a group that supports the specific compiler or
it is not a feature defined or support by the C language itself.
If you just mean using unions in general, you could start with section
2 of the FAQ for this newsgroup, link in my signature.
Jack Klein
--
Home: http://jackklein.home.att.net
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++ http://www.faqs.org/faqs/C-faq/learn/