From: nobu.nokada@... Date: 2004-01-08T18:37:49+09:00 Subject: Re: convert a C/C++ array to a Ruby array Hi, At Thu, 8 Jan 2004 18:03:15 +0900, elathan@phys.uoa.gr wrote: > While writting a Ruby extension, consider the prototype: > > double * foo(void); > > I would like, optimally, to return a Ruby array with floats, but the problem is that I don't know > the length of the C array of doubles which foo() returns. How do you use it in C at all? -- Nobu Nakada