[LC++]question about far *t

gosh larous glarous at yahoo.com
Tue Jul 24 06:24:48 UTC 2001


Dear All,

Hi. I have written a function in C under borland C++.  I define a function
as: double far *ghd(.....) and in the body of the function I returned a
pointer:

double  *ghd(....)
{
double str[50];
........
........
return(str);
}

but it returns me only str[50]. I want it to return me all the array
memebers. from 0 to 50. Can you help me in this regards.

cheers,
gosh


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




More information about the tuxCPProgramming mailing list