making args global

jicman cabrera at wrc.xerox.com
Tue Apr 3 15:32:23 PDT 2012


Greetings.

imagine this code...

void c()
{
  char [] t = args[0];
}
void main(char[][] args)
{
  int i = 1;
}

How can I make args global?

thanks,

jose


More information about the Digitalmars-d-learn mailing list