a[i] (i.e, a[0]=1;a[1]=1;a[2]=-1;a[3]=1; ) to perform encoding and decoding;
b[i]= Convert.ToInt32(textBox1.Text);
The above is storing only one value into the array. i am trying to store the complete row of the matrix to store in a array at once, is it possible?

New Topic/Question
Reply



MultiQuote




|