This is a Class-based form of my Winsock Client Example.
File List:
winsock-client.cpp
5Kb
wsocketclient.cpp
2Kb
wsocketclient.h
1Kb
Similar code
ansi/unicode string class
(Popularity: ) : This code creates a string class that is compatible with 8 bit ansi or 16 bit unicode depending on the ... A C++ N-grams Package
(Popularity: ) : It is a natural language processing tool for creating n-gram profiles for text documents, and can be used in pre-processing ... A Basic Class
(Popularity: ) : This code contains a "BOX" class that will store the 3 dimensions of a box and it's volume. The program ... A student class
(Popularity: ) : This is a simple database made in c++ , does not save the records on disk permanently , it is ... AbstractFunction
(Popularity: ) : Code demonstrates abstract classes/functions. I'm trying to get back into C++ and this was a great place to start. There ...