Would anyone happen to know A. The header file for standard winsock use and B. a helpfull tutorial on basic winsock client/listen string transfer? Help is much appreciated, thankyou.

Recommended Answers

All 2 Replies

A. The header file for standard winsock use

include <winsock.h> and link with ws2_32.lib

B. a helpfull tutorial on basic winsock client/listen string transfer? Help is much appreciated, thankyou.

Jhonny's Tutorial
Beej's Guide

[link removed]

This site has the best C++ tutorial for beginners about winsock.
I learned how to make my won server here as well. Pretty good site, its simple and to the point. No long explinations, the code is commented where it needs to be. BEst ive seen so far.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.