answersLogoWhite

0


Best Answer

Payslips come in many shapes and forms so it is not possible to provide a fully-working example without some additional information. However, the basic information on any payslip will be the employee's name, reference number and tax code, hours worked and at what rate, gross pay, tax, NI and nett pay, along with the year-to-date totals. Thus in order to create a payslip, you must draw this information from a database and format it so that it all prints within the bounds of a blank, pre-printed payslip.

For additional information I would suggest asking one of the many C++ programming forums. However, no-one is going to write the program for you unless you pay them handsomely. So do as much as you possibly can by yourself and only ask when you're stuck with a specific problem.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write a programme in C plus plus for creating a payslip?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Write a program in c plus plus to implement macro processor?

Don't write, it is already written, google for 'cpp'.


Write a programme in c plus plus sort in ascending methods?

Use a std::set or std::multiset to sort elements automatically. The std::set container does not permit duplicates -- std::multiset does permit duplicates. The default sort order is ascending, providing the element types support the less-than operator. You can also provide your own comparator to change the order.


How do you write program to convert meter to kilometer in c plus plus?

Divide it by 1000.


Write a program in c plus plus to compute first of non-terminal?

there is no solution of this problem...........that's it..........


How many classes can we write in a single c plus plus program?

Its limited only by available memory.

Related questions

How do you write a programme to print a plus bi in c plus plus?

#include <iostream> int main() { std::cout << "a plus bi" << std::endl; return 0; }


Write a c plus plus programme to illustrate single inheritance?

struct A {}; // base class struct B : A {} // derived class (single inheritance).


Write a programme to find greater among two numbers in c plus plus?

You could use an if, but the ternary operator is especially compact for this purpose: result = a > b ? a : b;


What are the steps to execute a c plus plus programme?

Build it, link it, run it.


Make programme for multification of three no in c plus plus?

result = a * b * c;


Can you write I plus plus plus?

I+++?


How do you write 4000 plus 600 plus 4?

How do you write 100,000 plus 20,000 plus 1,000 plus 900 plus 30 plus 9?


How do you write 800 plus 6 plus 70000 plus 0 plus 2000 plus 50 plus 3000000 in short form?

You write it as 3,072,856


How do you write java programme to find sum of 13 plus 23 plus 33 plus .up to193?

class ass{ public static void main(String[] args ){ int 13,33,23,...193 sum = 0; for (count = 0; count<=193; count++); { sum=sum+count; System.out.print(count + "sum"); }System.out.println("sum is"+sum);


What is the latin word for creating value?

partum pendo


How do you write 800000000 plus 40000 plus 900 plus 60?

800,040,960


How do you write 8 plus 0.0 plus 0.05 plus 0.009?

8.059