Search:

Type: Posts; User: wkfcs

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    17,462

    After some more work, I finally ended up with a...

    After some more work, I finally ended up with a working phone book program. I have since moved the add, delete, and print entries functionality into separate functions, and now I have two new...
  2. Replies
    5
    Views
    17,462

    Thanks cas! I was so focused on directing the...

    Thanks cas! I was so focused on directing the input into the correct array cell that I forgot about passing the actual address. I also turned on warnings in my compiler, so hopefully that will help...
  3. Replies
    5
    Views
    17,462

    Structs, dynamic memory, and phone book entries

    I am working on the classic phone book program in a C programming course, and am having a bit of difficulty with the structs, pointers, and dynamic memory allocation. The program should dynamically...
Results 1 to 3 of 3