reset password
Author Message
fumjum
Posts: 27
Posted 11:39 Sep 13, 2017 |

When you say you want the functions to take in a pointer to an array do you mean create a pointer to the array in main and send that to the function or send a pointer to an array like double *my_array[] or is double my_array[] good enough?

jhurley
Posts: 207
Posted 11:50 Sep 14, 2017 |
fumjum wrote:

When you say you want the functions to take in a pointer to an array do you mean create a pointer to the array in main and send that to the function or send a pointer to an array like double *my_array[] or is double my_array[] good enough?

double *my_array