User: Daeo

  • Public profile

User profile: Daeo

User info
User name:Daeo
History
Joined:
Number of posts:6
Latest posts:

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 Question
that'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 Question
I appreciate the help, but the loop was just incidental. I finished the program in order to be able...

Mundane Question
No, 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