Path: utzoo!attcan!uunet!lll-winken!ncis.llnl.gov!helios.ee.lbl.gov!pasteur!ucbvax!capmkt.UUCP!tim From: tim@capmkt.UUCP Newsgroups: comp.windows.news Subject: Re: C Client arrays Message-ID: <8903010054.AA06125@bill.capmkt.com> Date: 1 Mar 89 22:16:35 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 40 >>> could someone provide some demo code which demonstrates a mechanism whereby a >>> C Client could pass arrays of data (particularly floating point) to a Server? assuming you already have the connection to the server you could do it like this: /*** the c function ***/ send_valarray() double vals[]; { int i; arraystart(); for(i=0;i