Message-id: Date: Mon, 28 May 2001 08:11:04 +0300 Subject: Re(2): Array of poiters to an Array To: djgpp AT delorie DOT com Cc: djgpp AT delorie DOT com From: "NirinaMichel Ratoandromanana/DF" References: <9egnd8$ocg$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> In-Reply-To: <9egnd8$ocg$1@nets3.rz.RWTH-Aachen.DE> MIME-Version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Reply-To: djgpp AT delorie DOT com Sorry for the silence, we had a long WE last week from Wednesday to Sunday, If it is not char *argv[] but a local variable, what should I do? >> Hi all, > >> This question is about C and not about djgpp itself. How to add a string >> to char * argv[] for example? > >Depends largely on where that argv[] came from. If it's the parameter >of main(), you can't --- that's unmodifiable memory, and you can't >push anything else into it without risking problems.