Posts by Diego Medaglia • 11 points
1 post
-
1
votes1
answer1212
viewsA: Dynamic matrix as parameter in C or C++?
The argument for the functions should be of type 'int **', if you are using a pointer-to-pointer representation. As a rule, the argument for the function must be of the same type as the data…