Program with calculate Meteorologic measurements
Posted on
16th Feb 2014 07:03 pm by
admin
Hello I'm a beginner and I want to make a program with calculate Meteorologic measurements:
base classe - time( hour, minutes).
Derivative class - Meteorologic measurements: temperature, dampness, wind.
CONDITION
1. In a task must be to mould a given "real" object with a attributes as sponger class;
2.Must be compose class with a member - variables (characterizations) and a member - functions
(methods), implicational in the task;
3.The declaration and the implementation of the classes be separation in different files,
kindred to project;
4.Builder as a constructor and destructor;
5.Must be to Compose a method "Set()" for fix the characteristics of the objects;
6.Must be to Compose a method "Print()" for unsealing the characteristics of the objects;
7.Must be to Compose a methods for return of the worths of each characteristic.
Primer.
If be to declarated characteristic name, age, number the methods to be defined:
GetName(), GetAge(), GetNumber();
8.Production and eliminating of objects from the class by an source to the data of the keyboard
and / Or File and check of correctness of the input files
9.To take/bring out on the outputed screen a appropriatel message, if not thesearched object
is seen;
10.To be a demonstration work of the program with proper text exemplars;
11. To make a briefly description of the defaine classes and functions;
I must to run this program on Dev-C++
I hope that there are people who will do this task. Thanks
No comments posted yet
Your Answer:
Login to answer
302
48
Other forums
validating url
im trying to validate url's sent to me by a form
the url's im collecting are for placing banners
quick basic question, hopefully not dumb
I don't know how to search for this, so forgive me if it's been covered...
I often see an exa
Multiple Pages
Hi. Im very new to php. I'm trying to create a basic login/registration page.
So I have a bas
Save file by click
Hello.
I'm not understand how to save file from page. I'd like make link to file with save abil
Oracle11g Patch issue
Hi all,
I'm getting the following error while installing Oracle11g Patch 11.1.0.7.0 on IBM-AI
PHP - HTTP Digest Authentication - Understanding Code Help
Hi Everyone,
This is my first time on your website and please excuse if I am asking silly que
duplicate record notification
In my database, after insertion of records, I want to know if the record inserted is duplicate or no
FTP Programs
Here is a list of commonly suggested FTP Programs to use:
FileZilla
SmartFTP
CuteFTP
Variable Clash
In the past I've had variables clash. For example:
Code: <?php
$c = 5;
$ca
Problem with PHP code- simple contact form
I'm relativily new to PHP; I know HTML and CSS stuff but I have a problem- I have a contact form wit