From: "DeHackEd" Newsgroups: comp.os.msdos.djgpp References: <36B33E40 DOT 8257FD3B AT geerswj DOT clara DOT net> Subject: Re: GNU Patch program Lines: 23 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.0810.800 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 Message-ID: <6zIs2.1008$hd7.219@tundra.ops.attcanada.net> Date: Sat, 30 Jan 1999 13:52:28 -0500 NNTP-Posting-Host: 142.194.222.227 X-Trace: tundra.ops.attcanada.net 917722434 142.194.222.227 (Sat, 30 Jan 1999 18:53:54 GMT) NNTP-Posting-Date: Sat, 30 Jan 1999 18:53:54 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >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. --- "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