I have the following class, "ApplyFoo".
Can anyone please tell me what this means: ApplyFoo( float a[] ) : my_a(a){}
First it seems there is a constructor ("ApplyFoo"), then an argument (an array of floats). Then what is the "my_a(a)" with the colon???
Thanks in advance,
J.
Complete class follows:
***************************************