Search:

Type: Posts; User: aextine

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,668

    phonebook pointers/singly link lists

    trying to develop a phonebook which is able to add entry from user input, delete, sort, and display. The code below is from using arrays and structs, I am trying to convert this file over to...
  2. Replies
    2
    Views
    1,720

    thank you very much. I was thinking of a while...

    thank you very much. I was thinking of a while loop but could not quite get it right
  3. Replies
    2
    Views
    1,720

    singly linked list

    I am building a phone book and require the use of pointers to do so. My issue is there a way to add nodes from user input without hard lining the code myself in?


    struct pb
    {
    int* data;
    ...
Results 1 to 3 of 3