Thread: Last one with the code

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    6

    Unhappy Last one with the code

    Alright, here's the code. We still have the same problems as we did before, but now we have the delete list figured out. We now need the code for typing in the name of part that we want deleted.

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    You know already how to ask the user for input.
    You know already how to show stuff on the screen.
    What exactly can't you do?

    puts("Enter the name of the record to delete:");
    fgets( buffer, sizeof(buffer), stdin );

    Where's the hard part?

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

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Extended ASCII Characters in an RTF Control
    By JustMax in forum C Programming
    Replies: 18
    Last Post: 04-03-2009, 08:20 PM
  2. Enforcing Machine Code Restrictions?
    By SMurf in forum Tech Board
    Replies: 21
    Last Post: 03-30-2009, 07:34 AM
  3. Obfuscated Code Contest
    By Stack Overflow in forum Contests Board
    Replies: 51
    Last Post: 01-21-2005, 04:17 PM
  4. Interface Question
    By smog890 in forum C Programming
    Replies: 11
    Last Post: 06-03-2002, 05:06 PM
  5. Replies: 0
    Last Post: 02-21-2002, 06:05 PM