Thread: Need help with Coding (Payroll Report) for a beginner

  1. #1
    Registered User
    Join Date
    Mar 2011
    Posts
    1

    Need help with Coding (Payroll Report) for a beginner

    I'm taking a computer science course for a prerequisite and I am clueless as to where to start. I am not good with computers or coding. This class is challenging and I hope someone will guide me through this process. I need to write a code in which the outcome looks like this in C++ programming :

    Employee Hourly Hours Tax Gross Net
    Name Rate Worked Rate Amount Amount
    Last edited by shrill223; 03-10-2011 at 10:37 AM.

  2. #2
    Gawking at stupidity
    Join Date
    Jul 2004
    Location
    Oregon, USA
    Posts
    3,218
    Perhaps you missed the big Homework Policy link.

    Surely you must be able to at least get a simple main() function going. You'll have to pay us if you want us to do your homework for you. Give it a shot, post your code, tell us if/when you get stuck on something specific.
    Last edited by itsme86; 03-09-2011 at 10:28 PM.
    If you understand what you're doing, you're not learning anything.

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    > I'm taking a computer science course for a prerequisite and I am clueless as to where to start.
    Tell us that you've set up your compiler, and managed to make the "hello world" program.

    > I am not good with computers or coding.
    Well if this is a pre-requisite to course 'x', I'm guessing 'x' has some emphasis on either computers or coding. If you're already starting by dumping homework on a forum, what makes you think you're going to make it through THIS course, nevermind 'x'.

    Getting through anything in life is a mixture of desire + determination + natural ability. If you lack the ability, you'd better have the other two in spades, otherwise you're going to fail.
    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. Replies: 2
    Last Post: 05-13-2009, 12:57 PM
  2. Moving Average Question
    By GCNDoug in forum C Programming
    Replies: 4
    Last Post: 04-23-2007, 11:05 PM
  3. Debug Error Really Quick Question
    By GCNDoug in forum C Programming
    Replies: 1
    Last Post: 04-23-2007, 12:05 PM
  4. Need help on payroll report
    By cgurl05 in forum C Programming
    Replies: 5
    Last Post: 04-08-2006, 07:58 PM
  5. Resource ICONs
    By gbaker in forum Windows Programming
    Replies: 4
    Last Post: 12-15-2003, 07:18 AM