Hi guys,
I am trying to pass a two dimensional array into a constructor. I am having hard time with it. Can anyone please tell me how to pass arrays into a parameter. the code is something like this :
testCase::testCase(int i, int *matrix[][],float m)
Your help is appreciated
Khalid