10 Aug
2009
10 Aug
'09
4:25 p.m.
Folks, how can I do the following with multi_arrays please ? void f( int m, int n, int a[m][n] ) // legal C99 ? dunno -- would be nice { ... a[j][k] = ... } ... int *a; // m*n ints, e.g. an image f( m, n, a ); thanks, cheers -- denis -- View this message in context: http://www.nabble.com/2d-array-arg%2C-f%28-int-m%2C-int-n%2C-int-a-m--n--%29... Sent from the Boost - Users mailing list archive at Nabble.com.