Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 338 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 338 Bytes

paycalc

Simple C language payroll calculator program. Can manually provide input, or choose specially formatted files as input. The program also takes an option from the command line to skip the menu and read in a file directly.

./paycalc -f [filename]

Current issues are:

-Several compiler warnings about incompatible pointer types