From: josepva AT informatica DOT TELERJ DOT net DOT br Message-ID: <39AE1D927549D111A88F00A0C94B9C7D628F04@rj01mai01.informatica.telerj.net.br> To: djgpp AT delorie DOT com Subject: RE: GNU Patch program Date: Mon, 1 Feb 1999 15:31:58 -0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id LAA05589 Reply-To: djgpp AT delorie DOT com Hi, > ---------- > De: DeHackEd[SMTP:notgiven AT out DOT com] > Enviada: Sábado, 30 de Janeiro de 1999 16:52 > Para: djgpp AT delorie DOT com > Assunto: Re: GNU Patch program > > >Anyone know where I can get the Patch program from so that I can > >download dif files rather than the whole lot? > > > > DJGPP ftp directories: > v2gnu/pat???b.zip > > >Also, if I have an array of n structures, is there a way of increasing > >the array so that now I have an array of n+1 structures, say if I were > >to build a new tank in an RTS game? > > Only if you allocate the memory dynamically using MALLOC or some > variation. See > realloc. You will also have to save what "n" is so you don't shrink be > accident. > You can also make a linked list using pointers. ;-) > --- > "DeHackEd" > > My Email address in the header is fake (spammers). Email me at this > address: > > http://www.geocities.com/cgi-bin/homestead/mail.pl?dehacked > > >