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
Earn up to 16% annual interest with Nexo.
Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform.
Geographic restrictions, eligibility, and terms apply.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Socket++!