Quote:
|
: I suggest removing those extra functions that are un-needed.
|
The link where i learnt sockets programming said :
Quote:
|
Before calling any socket functions, it is necessary to first open the Windows connection. This is done with the WSAStartup function.
|
So why did they say that if i can use sockets without salling the WSAStartup..?
Wont i need the close function to safely close the socket? or when u terminate the program the socket is safely closed automatically.. like a destructor type of thing?