Can i able to create weather forecaster program in C/C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can i able to create weather forecaster program in C/C++?

If yes means, please guide me step by step. how to accomplish it simply via sololearn app.

27th Jul 2020, 4:35 PM
Yogeshwaran P
Yogeshwaran P - avatar
7 Answers
+ 3
See this article (read my answer before going to the article) https://www.codeproject.com/Articles/1244632/Making-HTTP-REST-Request-in-Cplusplus This is the weather api. You can sign up for free there. In the above article, just replace every “localhost:.......” in the code with the url from where you fetch the data https://openweathermap.org/api
27th Jul 2020, 4:45 PM
XXX
XXX - avatar
27th Jul 2020, 4:45 PM
The future is now thanks to science
The future is now thanks to science - avatar
+ 2
Yes you can create it. But you would need a lot of data to predict the weather accuratly
27th Jul 2020, 4:38 PM
Dragonxiv
Dragonxiv - avatar
+ 1
I dont know any sources that provide those data for free. And to create them yourself you would need a lot of sensors
27th Jul 2020, 4:41 PM
Dragonxiv
Dragonxiv - avatar
0
Dragonxiv where can I get that data's and how can I fetch that data's into my code? Please provide some simple example related to that in C/C++
27th Jul 2020, 4:40 PM
Yogeshwaran P
Yogeshwaran P - avatar
0
27th Jul 2020, 4:42 PM
Yogeshwaran P
Yogeshwaran P - avatar
0
Thanks for All For yours guidance👍
28th Jul 2020, 3:58 AM
Yogeshwaran P
Yogeshwaran P - avatar