View Single Post
Old Apr 20th, 2006, 3:31 PM   #2
mikaoj
Programmer
 
mikaoj's Avatar
 
Join Date: Aug 2005
Location: Norway
Posts: 56
Rep Power: 0 mikaoj is an unknown quantity at this point
Use a pointer.
And pass the array through the function.
void func(double *table, int len)
__________________
Heh.

Last edited by mikaoj; Apr 20th, 2006 at 3:44 PM.
mikaoj is offline   Reply With Quote