i use C to do some numeric, so very large data
storage is required, with multiple (4-5) dimensional array.
i allocate them dynamically.
i got a problem of 2 pointers pointing to the same
memory address.
1. does it has something to do with big memory required.
2. ???
please comment.