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
Email Processor
I have a few questions so this post will be a larger one! Sorry, but I'm a bit of a PHP newbie so be gentle with me! Awhile back I wrote out a simple forum to email processor that I used with a few
Ball movement
I want to move a ball from one point to another and it should hit a group of balls at the other end and scatter them.Could You kindly explain with sample code?
Merger of 6 sister companies under one flagship company after go live
Dear Experts,
Error: SQL Syntax; Line 1
Code: <?php require "global_settings.php"; ?><title><?php echo $sitetitle; ?></title><center><style
form help
this doesn't work. i want the form action to go the location.href of the submit button chosen.. how do i do this?Code: <?php echo "<form enctype='multipart/form-data'
mod_rewrite.c on windows ??
why it's not working on windows while it's working on other hosts??? this is the code i got from a tutorial :Code: <IfModule mod_rewrite.c>RewriteEngine OnRewriteBase /rewriterule
problem when runing a funciton
I am trying to connect to database using a funciton in a functions.php <?phpfunction connect_db_Blog (){ $con=mysql_connect("localhost","root","");
file downloaded can't be read !!
<?php $fileName = 'mypic.jpg';$mimeType = 'image/jpeg';header('content-disposition: attachment; filename=' . $fileName);header('content-type: ' . $mimeType);header('content-length: ' .
Need help: how to catch acess of undefined class properties
Hello. I am learning OO with PHP and have hit a problem.Some code runs as perfectly valid code, where i would like PHP to issue a warning / error.I guess this is because of the loose typing of PHP,
passing an array of objects after submit
How do I do this? This is what I have tried and it is not working.<form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>"><input