|
This site's goal is to provide a few lessons on Win32 programming. Keep in mind that everything you can do with Win32 using a
C++ compiler, you can also do using Borland Delphi. This means that if Pascal is
your primary or preferred language, you can write complete Win32 applications
using Delphi instead of having to learn C++.
Applications |
Wake Me Up |
In this exercise, we create an
application that behaves like a clock radio. We use an MCI function
to play a CD when a set time has occurred. |
Compound Interest |
This small application shows
how to calculate the compound interest of a saving. |
Net Price
Calculation |
This small example shows how to
perform a simple operation of calculating the amount of tax
retrieved from a sale item and the net price sold. |
Employee Payroll |
This example calculates the
amount of overtime worked by an employee of a company in a payroll
simulation |
|
|
|