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