I send the url to find the page what I need. Hovewer there is a misunderstanding with google.
QString baseurl("http://blogsearch.google.com/blogsearch?hl=tr&ie=UTF-8&q=C++");
I send searched string q=C++; but google search the string only C, it does not search C++. What to do for change the searching key C to C++ ?