All I want the browser to do right now is fetch a webpage (www.google.com) off the internet. Does boost Asio provide all the functionality I need? What library can provide the functionality I need?
@ perreal – I want both
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should look at Qt because it already has a webkit framework, is cross-platform portable and you could get a minimally working version up and running in probably less than 100 lines of code.