Reputation: 187
C++ How do i check i got an active connection to certain site
Basically my mini project require connection to the site somesite.com
I want to upon launching my application, do a test to see if I can fetch data from somesite.com , if fetch.fail(), it will echo fail to establish connection to somesite.com
How can i do this.
Thanks for all the help !
Upvotes: 0
Views: 103