Passing dynimic matrix to a function You are right, on line 88 there is a stupid mistake. I dont know if lines 70 and 71 can influence b...
Passing dynimic matrix to a functionSorry, here it is all my code: [code]#include <cstdlib> #include <iostream> #include <queue> ...
Passing dynimic matrix to a function Thank you a lot, Douas. Yes, I am using an adjacency matrix and i want to find the diameter of the...
Passing dynimic matrix to a functionThe function should be something like [code]f(int** A, int N, int otherArgument)[/code] Actually, ...
Passing dynimic matrix to a functionYeah, i tried that. But when reaching the line of the function in main() there was an error again : ...
This user does not accept Private Messages