home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / c / 16388 < prev    next >
Encoding:
Text File  |  1992-11-12  |  621 b   |  23 lines

  1. Path: sparky!uunet!munnari.oz.au!jabaru.cec.edu.au!csource!gateway
  2. From: Jack.Doff@f262.n633.z3.fidonet.org (Jack Doff)
  3. Newsgroups: comp.lang.c
  4. Subject: Multidimensional Arrays A
  5. Message-ID: <721564728.AA09392@csource.oz.au>
  6. Date: Tue, 03 Nov 1992 19:15:00 +1100
  7. Sender: gateway@csource.oz.au
  8. Lines: 13
  9.  
  10. On the topic of how to pass multi-dimensional arrays, last time I needed
  11. to do it, I simply put the lines:
  12.  
  13. void foobar( array2d[10][10])
  14. { etc...
  15.  
  16. And it worked fine, and still does...
  17.  
  18. Have a better one,
  19.         Curt Slanger
  20.  
  21.  ■ SLMR 2.1a ■ You send it, I'll read it!
  22.  * Origin: The Infinity Links BBS  (3:633/262)
  23.