Thread: Program Output

  1. #1
    Registered User
    Join Date
    Mar 2002
    Posts
    5

    Program Output

    Getting unwanted output when program is run.





    Data File

    Tanya Bauer 40 7.50
    Dana Clark 45 14.90
    Sara Erickson 38 12.00
    Scott Howard 42 9.75
    Paul Irwin 48 8.72
    Dale Miller 40 10.25
    Bret Rossi 35 8.00
    Karen Thomas 48 9.00
    Tracy York 36 11.00

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Two things:

    1) Stop making new threads for the same program.
    2) It's helpful if you actually tell us what the output is and what you expect it to be.
    3) HOW MANY TIMES DO I HAVE TO SAY THIS:
    printf("\n\n Totals: %5.2f %5.2f %5.2f %5.2f %5/2f",
    &totreg,&totovertime,&totgross,&tottax,&totnet) ;
    STOP USING THE ****ING & SYMBOL IN PRINTF!!!!!!!

    Quzah.
    Hope is the first step on the road to disappointment.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. calling an external program + capture output?
    By cyberfish in forum C++ Programming
    Replies: 4
    Last Post: 03-21-2008, 12:49 AM
  2. program looping with final output
    By hebali in forum C Programming
    Replies: 24
    Last Post: 02-28-2008, 10:58 AM
  3. Unusual program Output, Help
    By capvirgo in forum C Programming
    Replies: 8
    Last Post: 02-06-2008, 03:13 AM
  4. Redirecting program output straight to an edit control
    By bennyandthejets in forum C++ Programming
    Replies: 5
    Last Post: 07-05-2004, 08:25 AM
  5. Program Output
    By lavon in forum C Programming
    Replies: 1
    Last Post: 03-19-2002, 10:32 PM