Passing dynamic array into a functionGot it working! the trick was to get rid of [] and * when passing parameters to the function.
Passing dynamic array into a functionTried doing this aswell: [code] cout << "Average is:\t"<< avg(*r[n],n)<<endl; [/code] [cod...
Passing dynamic array into a functionThanks for the reply, I have tried doing something like that but still couldnt get it to work. I ch...
Passing dynamic array into a functionHello, I am a complete noob in c++ and I am trying to work out this problem: I need to get the us...
This user does not accept Private Messages