Accessing multidimensional arrays via reference(pointer)Here's a little program I'm building while I try to figure out how to access multidimensional arrays...
Passing multidimensional arrays by reference[code]#include <iostream> using namespace std; int *ReverseArray(int *orig, int b) { int swa...
Mundane Questionthat's the way I had to do it in order to get it to compile. I don't want to have to build all my p...
Mundane QuestionI appreciate the help, but the loop was just incidental. I finished the program in order to be able...
Mundane QuestionNo, I had to initialize the loop at -4 in order to get it to work. My question is why?
This user does not accept Private Messages