In C ++, you can do the following:
int variavel[10][10];
int** variavel;
But when I want to create an array 2d, where can I have the first part "unlimited" and the second with limit?
tipo ponteiro nova_variavel[limite]
And the "reverse"...
asked by
08.02.2014 / 15:55