Hi,
I need another class to be able to access the value of floats inside an array with a get and set function
the array contains 60 elements 6 rows and 10 columns.
void setarray(temp[i][j], i , j);
float getarray(temp[i][j], i, j);
could somebody please give me an example i would greatly appreciate it.
i was struggling in passing the array to the function.
i just needed to pass the index not the array itself.
thanks that helped alot.