Thread: File Printing Problem?

  1. #1
    Registered User
    Join Date
    Aug 2003
    Posts
    13

    Unhappy Urgent ADT Beginner Help?

    I just need help with this program I have started.

    My program is below to dowload and the main post is below with my problem

    Thanks
    Last edited by sunkloto05; 08-31-2003 at 01:06 PM.

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Simply use standard printf format specifiers. Read the man pages or any introductory C book to find out more.

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

  3. #3
    Registered User
    Join Date
    Aug 2003
    Posts
    13

    ADT Help?

    Im just beginning to use ADT's and I am trying to use them in a program but I'm having a lot of trouble. I have to make a program that:

    1. Displays the menu:

    Helping Hands Service Menu
    1. Add applicants
    2. Add jobs
    3. List of new job applicants
    4. List of new jobs
    5. List details of all applicants
    6. List details of all jobs
    7. Match, sort and exit
    Enter Choice:



    I have made an attempt at making the ADT's for the applicant. But I can't get them to work. I really need some help on what I am doing wrong so if you could give me some pointers that would be great. I don't really know how to implement them into my Assignment1.cpp

    My FILES are:
    Last edited by sunkloto05; 08-31-2003 at 12:59 PM.

  4. #4
    Registered User
    Join Date
    Aug 2003
    Posts
    13
    Applicant Implementation File:

  5. #5
    Registered User
    Join Date
    Aug 2003
    Posts
    13
    Main File:

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. File transfer- the file sometimes not full transferred
    By shu_fei86 in forum C# Programming
    Replies: 13
    Last Post: 03-13-2009, 12:44 PM
  2. File Writing Problem
    By polskash in forum C Programming
    Replies: 3
    Last Post: 02-13-2009, 10:47 AM
  3. Problem reading file
    By coder_009 in forum C Programming
    Replies: 10
    Last Post: 01-15-2008, 01:22 PM
  4. Inventory records
    By jsbeckton in forum C Programming
    Replies: 23
    Last Post: 06-28-2007, 04:14 AM
  5. Replies: 3
    Last Post: 03-04-2005, 02:46 PM