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


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


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


Changes: 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.
- All comments
Recent commentsRe: 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.
What does it do?
Does it just display the results of this equation?
hourly_time=salary/clocked_time