Thread: Payroll management

  1. #1
    Registered User
    Join Date
    Apr 2012
    Posts
    2

    Payroll management

    Hello, I suppose that C language is a good tool to manage some aspects of company, like salary. I want to write a little program in order to manage the salarys or payroll of employees. But I want to know if there is some function in C programming to print information from screen to page, that way can be given to each worker as document that certificates the salary. Thanks in advance!

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Which operating system and compiler are you using?

    C in and of itself doesn't know anything about printers.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Apr 2012
    Posts
    2
    Bodhi linux, based on Ubuntu and Gcc compiler.

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    What kind of printer do you have
    - local printer plugged into a USB port?
    - network printer connected to your LAN?
    - some kind of wireless WiFi/Bluetooth

    If for example you have an example text file containing a few lines of text, and you type into a console
    Code:
    lpr example.txt
    Does it print anything?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Basic employee management and payroll system
    By geek@02 in forum Tech Board
    Replies: 2
    Last Post: 11-03-2012, 08:14 AM
  2. c++ Payroll Due Today!!!!
    By jbuhrman in forum C++ Programming
    Replies: 2
    Last Post: 02-21-2010, 11:13 AM
  3. simple payroll need help here
    By d4xyjen in forum C Programming
    Replies: 5
    Last Post: 08-07-2009, 09:46 AM
  4. Need help on payroll report
    By cgurl05 in forum C Programming
    Replies: 5
    Last Post: 04-08-2006, 07:58 PM
  5. Help with a payroll program
    By xc-racer in forum C++ Programming
    Replies: 10
    Last Post: 02-22-2004, 11:31 PM

Tags for this Thread