C question on casting

Posted by benjamin button on Stack Overflow See other posts from Stack Overflow or by benjamin button
Published on 2010-04-09T12:53:37Z Indexed on 2010/04/09 13:03 UTC
Read the original article Hit count: 292

Filed under:
|
|

Can anybody explain me this statement!

pin.sin_addr.s_addr = ((struct in_addr *)(hp->h_addr))->s_addr;

© Stack Overflow or respective owner

Related posts about c

    Related posts about sockets