PDA

View Full Version : Recursion, function, 2D array?


C++
09-06-2009, 08:51 PM
What would a recursive function (not from a class) that puts some kind of element (like an integer) into a 2D array look like? I noticed a 2D array seems to be a bit different from a regular array in a function. Is the first bracket always empty and the second bracket hold the size? ...