An open API service indexing awesome lists of open source software.

https://github.com/heyfoz/cpp-wind-chill-index-table

This Wind Chill Index program (C++) uses the formula for the wind chill index model implemented by the National Weather Service to create a table as console output. The table displays wind chill values for temperatures from -5 to 50 degrees Fahrenheit for wind speeds from 5 to 45 miles per hour.
https://github.com/heyfoz/cpp-wind-chill-index-table

calculations cpp fahrenheit index windchill

Last synced: 17 days ago
JSON representation

This Wind Chill Index program (C++) uses the formula for the wind chill index model implemented by the National Weather Service to create a table as console output. The table displays wind chill values for temperatures from -5 to 50 degrees Fahrenheit for wind speeds from 5 to 45 miles per hour.

Awesome Lists containing this project

README

          

# cpp_wind_chill_index_table
This Wind Chill Index program (C++) uses the formula for the wind chill index model implemented by the National Weather Service to create a table as console output. The table displays wind chill values for temperatures from -5 to 50 degrees Fahrenheit for wind speeds from 5 to 45 miles per hour.

Link to .cpp file: Wind Chill Index C++ Program

Copyright (c) 2022 ffm5113