This is a simple C++ socket class for Windows.
A fast example is here:
....
ClientSocket myClient( "http://google.it" ); // port = 80 (default)
myClient->send( "something" );
std::cout << myClient.recv() << std::endl;
....
Follow Socket++
Other Useful Business Software
Custom VMs From 1 to 96 vCPUs With 99.95% Uptime
Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Socket++!