Looking for help

I need someone to write me a c++ code that gives me the temperature of a certain city in the time I run it...
I tried a lot and searched a lot also but unfortunately nothing helped me...
Can You?
Your spec is unclear.
Post in the jobs section, someone might do it for cash.

Otherwise show your code and ask a proper question :+)

https://stackoverflow.com/help/how-to-ask
mess around with something like
system("start browser www.google.com/what is the temperature in blah");
Last edited on
Does standard library allow you to webscrape?
No the standard library doesn't know anything about the web.
You would need an external library like libcurl.
Better options are C# or Java who have everything you need to scrape the web.
Topic archived. No new replies allowed.