Passing 2D dynamic created array (using pointer) as constOh i see, thanks a lot. :)
Passing 2D dynamic created array (using pointer) as constThe idea was to pass it somehow as const, like you would pass normal array. That loop was just for t...
Passing 2D dynamic created array (using pointer) as constThis code is working, but i need to pass it as constant, so that function wont be able to change val...
Passing 2D dynamic created array (using pointer) as constHello, i have created 2D dynamic array using pointers like this: double **matice = new double*[m...
This user does not accept Private Messages