Dear all,

I am using sockets in c in order to send an array of integers from the server and then receive it at the client side. Now at the client side as far as i know i will receive it as an array of bytes.

Therefore I need a way to convert this array of bytes to an array of int. Can anyone suggest any solution please?

Thank you very much,
Chris