c++ cli - Multidimensional array as argument in C++/CLI -



c++ cli - Multidimensional array as argument in C++/CLI -

i getting bit desperate. :) there possible way create in c++/cli? it's c# code.

void test(int[,] numbers) { ... }

more trying create "universal" marshaller (as extension marshal_as), able convert int[2,2] int** (by copy).

something (which one-dimensional array):

// cli::array<type> -> type* template <typename tto, typename tfromtype> tto marshal_as(cli::array<tfromtype>^ const from) { ... }

multidimensional-array c++-cli

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -