Thursday 7 January 2016

Weather Report Program in C++

This is a Weather Report/ Weather Forecast Application written in C++ .
It is a GUI Application Written in QT.


Question:

Create a class named weather report that holds a daily weather report with data member’s day_of_month, hightemp, lowtemp, amount_rain and amount_snow. The constructor initializes the fields with default values: 99 for day_of_month, 999 for hightemp,-999 for lowtemp and 0 for amount_rain and amount_snow. Include a function that prompts the user and sets values for each field so that you can override the default values. Write a C++/Java/Python program that creates a monthly report. Menu driven program with options to Enter data and Display report. Report Format
Day Amt_Rain Amt_snow High_temp Low_temp
--------------------------------------------------------------
Avg

Code:-

Framework:- QT 4.something :-p
For code visit :- mediafire
It includes the following
  1. Linux executable file
  2. Screenshot in png format
  3. Codes for all header and class files

No comments:

Post a Comment