Providing Internet connection to program

Hi! I am having a project on digital personal diary, i want to provide an internet connection for login and to provide data for features like "Quote of the day",tell me how i can provide internet connection to a C++ Program? Thankyou!
libcurl one way to go about doing that:

http://curl.haxx.se/libcurl/c/libcurl-tutorial.html
You can also use Boost: http://www.boost.org/doc/libs/1_52_0/doc/html/boost_asio.html

Or, if you want a higher level of abstraction, check out POCO libraries: http://pocoproject.org/
Thanks alot, can you help me out what feature of it would help me get the desired result?
Topic archived. No new replies allowed.