Forum: C++ Mar 22nd, 2005 |
| Replies: 1 Views: 18,792 C++ pass 2d array into function Hi I am getting this error with my code as I try to pass a 2d array into a function :
mymain.cpp:173: error: cannot convert `float (*)[((dimensions - 1) + 1)]' to `float**' for argument `1' to... |