Message-Id: <199710250712.UAA05497@fep1-orange.clear.net.nz> From: "Jamie Love" To: Subject: Fw: Reading the command line Date: Sun, 26 Oct 1997 03:59:15 +1300 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Precedence: bulk --------- > From: H.W. Stockman > To: djgpp AT delorie DOT com > Subject: Re: Reading the command line > Date: Friday, October 24, 1997 09:08 > > Jon Seanor wrote: > > > > Just a quick question. > > > > I'm forever forgetting the syntax for reading the command line, i.e. passing > > it to the main function as parameters. Do you know what the syntax is? > > > > void main(char* argv[], int argc) <---is this right? > > {} > > order reversed -- argc first. That should be in just > about any C book... Shouldn't the naming be (to be exact and easier to read etc.) int main(int argv, char *argv[]) { } ?? *************************** J. Love Quote of the day: 'Tis folly to be wise. -Thomas Gray ***************************