8
Answers

Converting an array of int to an array of bytes

gordon

gordon

17y
13.8k
1

Is there a way of converting a int array into a byte array. In C you could build a union an just fill the int array. I also need to go from a byte array to a int array after transmission.

Answers (8)
Next Recommended Forum