I am looking for the simplest code that does a client and server side socket connection in visual studio with c that does NOT use the windows.h call.

I am trying to write something in console and windows based visual studio c. ANY USEFUL suggestions?

I know there is no socket.h in visual studio and I'd rather not use windows.h

Thanks,

ME