Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: Mon Apr 29 14:59:52 CEST 2024

Total time taken to generate the page: 0.02635 seconds