tags:

views:

160

answers:

3

i want to send a byte array on udp through an ansi c program how can we use this.

+3  A: 

See Socket tutorial.

Kimvais
A: 

Refer the following URL

http://shoe.bocks.com/net/

muruga
A: 

Err, ANSI/ISO C doesn't include sockets.

ninjalj