(note:this is a question about syntax, not winsock. I am just using winsock as an example of where it has occured)
I have been doing some winsock programing recently when I encounted this peice of code:
What I am confused about is the ...(sockaddr*) &server... part. What is the meaning of this?
I have been doing some winsock programing recently when I encounted this peice of code:
error=function(local,(sockaddr*) &server,sizeof(server);
What I am confused about is the ...(sockaddr*) &server... part. What is the meaning of this?