Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!elroy.jpl.nasa.gov!hacgate!ge1ccj!jeff From: jeff@ge1ccj.Quotron.com (jeff marder) Newsgroups: comp.unix.questions Subject: shared memory question/ array of structures Message-ID: <628@ge1ccj.Quotron.com> Date: 4 Oct 90 19:12:46 GMT Organization: Quotron Systems Inc., Los Angeles Lines: 5 Suppose I want to define a shared memory segment that is an array of structures. Do I need to declare the array of structures in my program, or only a pointer to an array of structures to make a shared memory attach? How do you declare a pointer to an array of structures?