Hi, I have a problem regarding passin 2 dimensional array into a function. I have a[][] to pass into function f(), f is called many times and the size of a[][] will change for each call. I am not interested in vector implementation in std library since speed is my major concern. the follwoing code does not work of couse, it ...