Look, Im planning to make a payroll program using Turbo C++, i'm a beginner.
please help me or just give me steps on how to create my own program please?,,,,,
:confused: :confused::confused:
Look, Im planning to make a payroll program using Turbo C++, i'm a beginner.
please help me or just give me steps on how to create my own program please?,,,,,
:confused: :confused::confused:
I think you have posted in wrong forum. please post this thread in C++ forum there are guys who can help you.
Oh.. Sorry, thats my first post..
You could start off by creating a class say 'Worker' which would represent specific data like name,weekly hours,untaxed wage etc.Then a class Payslip who's constructor takes a worker as an argument and applies taxes and subtracts social contributions emitting a list of all the operations being done and the total remaining wage.You can store everything in a file as comma separated values in the form of a string and provide an overload constructor for class Payslip which initializes an object by parsing a specific string retrieved from a file.Just write something down.
Its ok... welcome to Daniweb :) happy coding
Original post:
Thanks guys.. ^_^v..
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.