Re: [Discuss-gnuradio] how arrays work

2013-12-30 Thread Tom Rondeau
On Fri, Dec 27, 2013 at 4:43 AM, MHMND Herath wrote: > I wrote this array under the > interp_ff_impl::work(int noutput_items, > gr_vector_const_void_star &input_items, > gr_vector_void_star &output_items) > > int f[m]; > I could not init

[Discuss-gnuradio] how arrays work

2013-12-27 Thread MHMND Herath
I wrote this array under the interp_ff_impl::work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) int f[m]; I could not initialise by int f[m]={0}; block is also not work can we write ar