I'm using sockets on windows
and when I get to the connect function
I have the following parameter:
(struct sockaddr *) & server (which is my socket)
How does this cast work?
Statement: link
The code I have:
{
double direito,esquerdo,repeticao,e,d,m,c=0;
while(1)
{
scanf("%lf %lf %lf",&esquerdo,&direito,&repeticao);
if(esquerdo==0&&direito==0&&repeticao=...