Examples of Delphi problems solutions

Menu 1:

(This web site:) (Homepage:)
Index

(Pages on
this web site:)

Home Page

About Me

Links

Catalog of notes


(My lecture
notes on
this web site:)

JavaScript

PR515 (JavaScript
cs/ss scripting)

PR655 (JavaScript
cs/ss advanced)

CS/SS scripting

Java Applets

SE5120 (C)

PP (C++)

OO (C++)

PR611 (C++)

Delphi (OO)


(Program samples:)

2002 Search engines

1999-2003 Calculators


(My computer
research
on this web site:)

Computing

Search Engine


Menu 2:

(Other web sites about:)


(Seismograph:)

alarm.gq.nu

alert.1hwy.com

capsule.20m.com

magnocraft.20fr.com

totalizm.fanspace.com

jp.7h.com


(Magnocraft:)

magnocraft.20fr.com

capsule.20m.com

jp.7h.com

totalizm.fanspace.com

alarm.gq.nu

alert.1hwy.com


(Oscillatory Chamber:)

capsule.20m.com

magnocraft.20fr.com

jp.7h.com

totalizm.fanspace.com

alarm.gq.nu

alert.1hwy.com


(Totalizm:)

totalizm.fanspace.com

jp.7h.com

magnocraft.20fr.com

capsule.20m.com

alarm.gq.nu

alert.1hwy.com


(Computing:)

(Web sites with my lecturing notes - from 2004 till 2005:)

pajak.orcon.net.nz

pajak.ownsthis.com

free.7host03.com/Pajak


(Web sites with
my old lecturing notes - from 1999
till 2003:)

Pajak.20m.com

Pajak.20fr.com


(My web site on
web tutorials:)

Websitemaker.20m.com


(All-in-one
prototypes:)

totalizm.fanspace.com

jp.7h.com

magnocraft.20fr.com

capsule.20m.com

alarm.gq.nu

alert.1hwy.com

Pajak.20m.com

Pajak.20fr.com


 

Solutions of "Delphi" problems - by Dr Jan Pajak


In order to run any of these solution simply click on the underlined part of the description of this problem!
- Read instructions at the end of this Web page.
- Click the button BACK (from the browser) to return to the previous Web page.
The last update of the Web page on: 9 June 2002.


Solutions:

Solution for the When Delphi Project (it determines a date which is 7 days after a given date).

WhenPro.exe: Executable file for WHEN Delphi Project.

When.zip: A directory (A1) with all files of the WHEN Project, including Pascal source code.

Solution for the Tank Delphi Project (it determines whether a car's tank is full after purchasing a given amount of petrol).

TankPro.exe: Executable file for TANK Delphi Project.

Tank.zip: A directory (A1) containing all files of the TANK Project, including the Pascal source code.

Solution for the DayNo Delphi Project (it determines what is the current number of a given day of the year).

DayNoPro.exe: Executable file for DayNo Delphi Project.

DayNo.zip: A directory (A1) containing all files of the DayNo Project, including the Pascal source code.


Problems:

Text of Delphi problems. (It contains descriptions of programming problems, for which which solutions are given here.)

Text of Assignment 1 (in WORD *.doc format).


Instructions:

(1) Each solution presented here was done in Borland Delphi 6 (Professional).
(2) Each Delphi solution consists of at least 13 separate files. Note that Delphi 6 version does not like any of the files is missing, and does not tolerate the moving of files around. Before you get through the trouble of dowloading to your computer all these files, check first by dowloading the *.exe file as in item (3) below, whether you are interested in analysing this particular solution.
(3) In order to download to your computer (in order to test how it works) the executable version of a given solution (*.exe), click on it, and when the system asks you where to save it, provide a name of the directory from which you wish to run it.
(4) In order to download to your computer all the remaining files of a given solution, click on the *.zip file, download this *.zip file to your computer, and then unzip this file in the directory in which you wish to execute it. (Note that all solutions available here were prepared to be run from a floppy diskette A:, and that they are all zipped as the entire directory A1).
(5) To return to this Web page, click on the Back button on the tool palette of your browser.
(6) Address for correspondence (September 2002): Dr Jan Pajak, P.O. Box 33250, Petone 6340, New Zealand.

Note that "self-paste" type exercises, which prepare students for solving these programming problems, are outlined in Delphi exercise notes.

2557