From: Reinier Heeres Newsgroups: comp.os.msdos.djgpp Subject: struct in struct Date: Wed, 04 Mar 1998 23:02:25 +0100 Organization: World Online Lines: 11 Message-ID: <34FDCF71.E34F2ED3@worldonline.nl> Reply-To: rwh AT worldonline DOT nl NNTP-Posting-Host: alkmr1-p35.worldonline.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi! How can I define a structure that should look something like this: typedef struct { int a,b,c; test *children[4]; } test; Thanks, Reinier