cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Providing Internet connection to program
Providing Internet connection to program
Dec 21, 2012 at 6:55pm UTC
Triaca
(2)
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!
Dec 21, 2012 at 8:53pm UTC
Smac89
(1727)
libcurl one way to go about doing that:
http://curl.haxx.se/libcurl/c/libcurl-tutorial.html
Dec 22, 2012 at 2:25am UTC
vince1027
(151)
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/
Dec 22, 2012 at 2:47am UTC
Triaca
(2)
Thanks alot, can you help me out what feature of it would help me get the desired result?
Topic archived. No new replies allowed.