Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!ncar!gatech!prism!mailer.cc.fsu.edu!sun13!sun16.scri.fsu.edu!mayne From: mayne@sun16.scri.fsu.edu (Bill Mayne) Newsgroups: comp.lang.c Subject: defining arrays as types Message-ID: <2984@sun13.scri.fsu.edu> Date: 14 May 91 21:01:36 GMT Sender: news@sun13.scri.fsu.edu Organization: SCRI, Florida State University Lines: 10 I know several ways to do this, but would welcome opinions on what is the right [tm] way: I want a type to consist of an array of (say) integers of some given (#defined or -D(efined)) size. I also want to be able to declare arrays of these objects and provide a few operations on them by means of functions. Don't say use C++ or some other language. I know about that. My question is what is the best practice if I am using C (for whatever reason). Bill Mayne