Re: [julia-users] A Question About Structure Of Pointers

2016-05-16 Thread Stefan Schnell
Hello Yichao, thanks for your detailed answer. It seems to be tricky to combine Julia with other languages. I will try it out. Cheers Stefan

Re: [julia-users] A Question About Structure Of Pointers

2016-05-15 Thread Yichao Yu
On Sun, May 15, 2016 at 2:29 AM, Stefan Schnell wrote: > > > Hello community, > > I am fresh at Julia language and I am fascinated about the possibilities. > At the moment I examine the possibilities to communicate with C libraries. > And here I have a question. > > I have

[julia-users] A Question About Structure Of Pointers

2016-05-15 Thread Stefan Schnell
Hello community, I am fresh at Julia language and I am fascinated about the possibilities. At the moment I examine the possibilities to communicate with C libraries. And here I have a question. I have a structure of pointers as parameter for a C function struct connparam{ charU * name