C declare dynamic arrays? As far as I know, it doesn"t work. You must specify size
. For example, the following will report an error
string name[];
then the parameters of, command line implement the declaration of dynamic array in the following main function
int main(int argc, string argv[])
{
}
Please advise