home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / c / 11479 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  613 b 

  1. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!agate!ocf.berkeley.edu!mdr
  2. From: mdr@ocf.berkeley.edu (Mike Rogoff)
  3. Newsgroups: comp.lang.c
  4. Subject: Array question....
  5. Date: 22 Jul 1992 23:51:26 GMT
  6. Organization: U.C. Berkeley Open Computing Facility
  7. Lines: 9
  8. Distribution: ca
  9. Message-ID: <14ks9uINNgmj@agate.berkeley.edu>
  10. NNTP-Posting-Host: tempest.berkeley.edu
  11. Keywords: help?
  12.  
  13. Forgive my naivity, but could somebody help me with dynamically
  14. allocating arrays?  How would you go about it?  If you just 
  15. malloc a bunch of space, can you reference it with array [] subscripts
  16. and have it work?
  17.  
  18. thanks.....
  19.  
  20. mike
  21.  
  22.