multiplication of arrays

Multiplication of arrays

[code]unsigned int trans_val_1[4];
unsigned int trans_val_2[4];


unsigned int mix_arr_0[4];


unsigned int perm_arr_0[4];

perm_arr_0[4] = trans_val_2 * mix_arr[0];
[code]

Errors
invalid operands of types ‘unsigned int [4]’ and ‘unsigned int [4]’ to binary ‘operator*’

Hello, this is one section of work, you need?, Send me private message.

regards
cronos
closed account (N36fSL3A)
Move this to the beginners section
Topic archived. No new replies allowed.