structuresand arrays within unions 
Author Message
 structuresand arrays within unions

Hi,
where can I find info about using shared memory in union, especilly
structures and arrays?
Thanks,

Tzahi Efrati



Thu, 06 Mar 2003 03:00:00 GMT  
 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/



Thu, 06 Mar 2003 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. help: unnamed unions within structures

2. Union within structures

3. unions within structures

4. Undefined arrays within an array.

5. Arrays, and ?unions?

6. Can a Union element be a Char array

7. Initialising an array of unions?

8. Set, Array, Union

9. Array, structure or union

10. zero-sized array in struct/union

11. opinions sought: struct with union or array?

12. Union with CString array

 

 
Powered by phpBB® Forum Software