earn is a C console program to calculate the month earning of an employer. Insert the daily hours and minutes and the monthly earning, and it will automatically calculate your real earning for the current month.
| Tags | Office/Business Utilities |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux |
| Implementation | C |
Recent releases


Release Notes: This release includes some minor feature enhancements to do with the text UI and install.


Release Notes: This release prints the date, your name, currency, and currency character, and includes changes for the Euro.


Release Notes: earn now prints to file, and this release includes some major bugfixes, some code cleanups and an uninstall engine.


No changes have been submitted for this release.
Recent comments
28 Mar 2002 04:28
Re: What does it do?
> Does it just display the results of this
> equation?
> hourly_time=salary/clocked_time
It started as a C exercise and the first version were
calculated by an equation, but it gave me some little problems. So I just thought to do it in another way. My company chief pays me by minutes so why don't calculate the earn of one minute and multiply it by the minutes i've done??
I may let the user choose between minutes and hours in my next version.
28 Mar 2002 00:57
What does it do?
Does it just display the results of this equation?
hourly_time=salary/clocked_time