X-ROUTED: Sat, 10 Jun 2000 12:18:54 -0500 From: "nebo" To: Subject: Re: I'm having some problems when using the special parameters for main() Date: Thu, 6 Oct 1994 12:24:42 -0400 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: Reply-To: djgpp AT delorie DOT com > --------------------------------------------------------------------------- > cmdline.cpp: In function `int main(int, char **)': > cmdline.cpp:11: invalid types `int[int]' for array subscript > int main(int argc,char **argv) Try int main(int argc, char *argv[])