Tell me some libraries for internet access

.. 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
If you are searching for a networking library, you can use Boost::Asio or WinSock.
alright .. im learning WinSock right now .. tnx
Topic archived. No new replies allowed.