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 array like the above in gnuradio c++ code


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to