Tell me some libraries for internet access

Mar 9, 2014 at 3:24pm
.. i think i learned everything from the beginner book for c++ .. and i want to go on next level .. i want to make some programs that will send/recive informations via internet... what i want to say is .. can you tell me some library that has functions to access internet? for example...
- See internet speed connection
- See on which network your are at the moment
- Check if there is another people on the same network where u are

and like that .. i guess u understand what i mean...
Last edited on Mar 9, 2014 at 3:27pm
Mar 9, 2014 at 3:43pm
If you are searching for a networking library, you can use Boost::Asio or WinSock.
Mar 9, 2014 at 8:33pm
alright .. im learning WinSock right now .. tnx
Topic archived. No new replies allowed.