+ 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.
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
+ 3
+ 2
Yes you can create it.
But you would need a lot of data to predict the weather accuratly
+ 1
I dont know any sources that provide those data for free.
And to create them yourself you would need a lot of sensors
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++
0
Okey Dragonxiv
0
Thanks for All
For yours guidanceđ