gordon

gordon

  • NA
  • 49
  • 0

Converting an array of int to an array of bytes

Aug 12 2007 9:00 AM

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)