Message-id: Date: Wed, 23 May 2001 18:04:07 +0300 Subject: Array of poiters to an Array To: djgpp AT delorie DOT com From: "NirinaMichel Ratoandromanana/DF" MIME-Version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Reply-To: djgpp AT delorie DOT com Hi all, This question is about C and not about djgpp itself. How to add a string to char * argv[] for example? I tried: strcpy (argv[i], "--Help"); and I got something strange after. CU.