Hey, I need some help in writing a recursive function for printing a 2x2 array.
I actually need to write the function in MIPS assembly language but having a C++ analog function is really helpful.
The array would be passed as a parameter, and I will have the row size and the column size. Each cell in the array has a character, either a '-' or '*'