Re: [Discuss-gnuradio] Using Vectors instead of Arrays

2006-04-22 Thread 'Eric Blossom'
On Sat, Apr 22, 2006 at 12:27:30PM -0400, Garrett Mcgrath wrote: > Ack, string at the end there is supposed to be array. Basically what I need > to do is a series of modifications of some or all of the values in the > array, and the size is constantly changing, so rather then have to malloc > memo

Re: [Discuss-gnuradio] Using Vectors instead of Arrays

2006-04-22 Thread Eric Blossom
On Sat, Apr 22, 2006 at 03:15:01AM -0400, Garrett Mcgrath wrote: > I'm not sure if this has been address but someone else must have thought > along this line at some point. Is there any way to pass the arguments into > and out of c++ block code using c++ vector objects instead of array types. > I

[Discuss-gnuradio] Using Vectors instead of Arrays

2006-04-22 Thread Garrett Mcgrath
I’m not sure if this has been address but someone else must have thought along this line at some point.  Is there any way to pass the arguments into and out of c++ block code using c++ vector objects instead of array types.  I need to write a bunch of helper functions that actually do my wo