Re: coding question

2018-12-11 Thread Jonathan Wakely
This is the wrong mailing list for this discussion, because it's not related to development of GCC itself (and is not even specific to GCC). Please see https://gcc.gnu.org/lists.html Please continue this on the gcc-help mailing list instead.

Re: coding question

2018-12-11 Thread Michael Clark
Hi Cesar, > On 12/12/2018, at 10:31 AM, Moreno, Cesar A wrote: > > > > HOW do Imalloc or newan array of complex numbers in GNU C++ code ? > MALLOC does not work, how do I use MALLOC correctly or NEW ? > > I made a struct called complex (for a complex number with realp and ima

coding question

2018-12-11 Thread Moreno, Cesar A
HOW do Imalloc or newan array of complex numbers in GNU C++ code ? MALLOC does not work, how do I use MALLOC correctly or NEW ? I made a struct called complex (for a complex number with realp and imagp) And I want to make an array of 128 locations (where each location includ