Using double pointer for create random matrixthank you very much
Using double pointer for create random matrixso my case is the second one - i think because I have [code]int** matrix = new int* [b][/code] an...
Using double pointer for create random matrixok I was reading little however i am again confused about deleting i have this in my code: [code]i...
Using double pointer for create random matrixabout deleting I got it last problem - one more time: if I would move this line [code]matica[x]...
Using double pointer for create random matrixso this is not enough? [code] for (x=0; x<b; x++) { matrix[x] = new int[a]; for (y=0; y<a; ...
This user does not accept Private Messages