From: "yogin" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: Arrays of pointers... Lines: 20 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2417.2000 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: Date: Sun, 31 Oct 1999 21:09:03 GMT NNTP-Posting-Host: 212.160.48.12 X-Complaints-To: abuse AT tpsa DOT pl X-Trace: news.tpnet.pl 941404143 212.160.48.12 (Sun, 31 Oct 1999 22:09:03 MET) NNTP-Posting-Date: Sun, 31 Oct 1999 22:09:03 MET Organization: TPNET - http://www.tpnet.pl To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Użytkownik Philip Bock w wiadomości do grup dyskusyjnych napisał:TEDS3.1137$1J5 DOT 105718 AT typhoon DOT mbnet DOT mb DOT ca... > > struct vimg > { > int numvectors, numshapes; > vector *vectors; > shape *shapes; Schould be: shape **shapes; > vimg(int nnumv, int nnums, int vpers[]); > };