i am trying to do a exercise, but i don't quite understand what exactly i need to do . . . the exercise states:
Define a pointer to a type double and reserve 1000 places. Then use this pointer as a table with 20 rows and 50 columns. Write a function, in which you will insert the beginning of the block and both indexes, the function will return the pointer on wanted place (double *place(double *, int, int)
.thanks and best regards,
BoSCHoW.

