home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / c / 20118 < prev    next >
Encoding:
Text File  |  1993-01-24  |  721 b   |  23 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!news.uiowa.edu!eng.uiowa.edu!hari
  3. From: hari@blackmail.eng.uiowa.edu (Hari Vattikota)
  4. Subject: Three dimensional array.
  5. Message-ID: <1993Jan23.173200.24497@news.uiowa.edu>
  6. Sender: hari@blackmail (Hari Vattikota)
  7. Date: Sat, 23 Jan 1993 17:32:00 GMT
  8. Nntp-Posting-Host: blackmail.eng.uiowa.edu
  9. Organization: Department of Elect. and Comp. Engr., University of Iowa, USA.
  10. Lines: 11
  11.  
  12. I have an 3 dimensional array(big one)[64000][180][2]. each element
  13. of this array is 1 bit.
  14.  
  15. How do I declare and store this array so that the memory usage is
  16. minimum ? Also I should be able to read and write any of the 
  17. element with minimum of masking or any other bit operations.
  18.  
  19. Thanks.
  20.  
  21. Hari.
  22.  
  23.