Connect to new using C

Status
Not open for further replies.
Yes.It is possible!

<socket.h> must be included.
You may use the functions below:
socket()
bind()
listen()
accept()
 
Status
Not open for further replies.
Back
Top Bottom