Thread: My Almost finished program

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    15

    My Almost finished program

    I have been writing this program for about 3 months. I have it almost right it compiles and does everything it's mean to except 1 thing. The print part of it will not work and i am finding it very hard to find info about printing in C. I need to print 5 competitors a page and then re print the heading and print the next 5 i am tearing my hair out i cannot get this sorted could someone have a look and give me some pointers i would appreciate it a lot cheers Davie
    Davie

  2. #2
    Unregistered
    Guest
    That is an awful lot of code to ask someone to look at. Could you please be very specific in describing what part of the printing is not correct?

    As a guess, does the problem have to do with not being able to actually skip to the next page every 5 records?

    If so, then the form-feed character ASCII character is: '^L' , or in hexadecimal: 0Ch

  3. #3
    Registered User
    Join Date
    Jan 2002
    Posts
    15
    Yeah sorry the bit of the code that is giving me the bother starts at line no. 267 It does print but it prints all of the records in the file and i only want 5 per page I'm stumped I've searched the web for hours and the college library but i can find no similar examples cheers for having a look anyway Davie
    Davie

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Program almost finished
    By alex1067 in forum C Programming
    Replies: 3
    Last Post: 04-05-2008, 10:03 PM
  2. Need help with my program...
    By Noah in forum C Programming
    Replies: 2
    Last Post: 03-11-2006, 07:49 PM
  3. insufficient memory for tsr
    By manmohan in forum C Programming
    Replies: 8
    Last Post: 01-02-2004, 09:48 AM
  4. Date program starts DOS's date
    By jrahhali in forum C++ Programming
    Replies: 1
    Last Post: 11-24-2003, 05:23 PM
  5. fopen();
    By GanglyLamb in forum C Programming
    Replies: 8
    Last Post: 11-03-2002, 12:39 PM