U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ MT-multithreading and servers » HttpQuery - not working?
HttpQuery - not working? [message #28034] Fri, 13 August 2010 13:32 Go to previous message
jeremy_c is currently offline  jeremy_c
Messages: 175
Registered: August 2007
Location: Ohio, USA
Experienced Member
What's wrong with this program? I would have expected it to print 'John'. Instead it's output is:

Name=


The program


CONSOLE_APP_MAIN
{
  HttpQuery q("http://google.com?name=John");
  Cout() << "Name=" << q.GetString("name") << "\n";
}


Thanks,

Jeremy
 
Read Message
Read Message
Previous Topic: HTTP Client and file upload
Next Topic: MT again
Goto Forum:
  


Current Time: Tue Apr 28 21:29:16 GMT+2 2026

Total time taken to generate the page: 0.00395 seconds