I've always created vector methods using:
void exemplo(int vetor[], int qtd){
// Código...
// ...
}
And I never had problems, but I'm trying the same with arrays and I get an error
void exemplo(int matriz[][], int lin, int col){...
asked by
18.09.2015 / 09:57