[Dev-C++] Re: Dev-cpp-users digest, Vol 1 #40 - 6 msgs
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
|
From: <hw...@ch...> - 2000-11-07 21:51:16
|
> Does anyone know how a function can return an array? Well.. An array is basically just a pointer to a bunch of other pointers or variables/objects. So you would just pass a pointer to the array, and then dereference it to access it. Hth, -- Håkan Waara |