User profile: mudrnudl

User info
User name:mudrnudl
History
Joined:
Number of posts:7
Latest posts:

Using double pointer for create random matrix
thank you very much

Using double pointer for create random matrix
so 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 matrix
ok 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 matrix
about deleting I got it last problem - one more time: if I would move this line [code]matica[x]...

Using double pointer for create random matrix
so 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