convert int[][] to int**

Andrea Fontana nospam at example.com
Thu Feb 20 08:44:52 PST 2014


I'm pretty sure I've just read about this, but search engines are 
not useful in this case.

I have a C api that need a int** params that represent a int[][]. 
How can I convert from d to c to pass it? For simple arrays, 
array.ptr seems to work...



More information about the Digitalmars-d-learn mailing list