Wage-calculator
Overview
This command line program helped me keep tabs on how much money I was earning while working for moving targets.
Description
This Windows console program main purpose it to help calculate how much money was earned during a certain amount of time. It takes input from a txt file which holds key information (hourly rate, hours in each day, etc) and from this it can calculate things such as: money earned up until this point, number of hours worked, number of days worked. I also extended the functionality so that you can input two dates and it will figure out how much money you will earn from the start date to the end date.
Details
Category | Details |
Software used | Visual Studio |
Software/libraries used | C++ STL |
Target Platform | Windows PC |
Language(s) used | C++ |