Search:

Type: Posts; User: anduril462

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    2,351

    Still lots of problems. I recommend you put the...

    Still lots of problems. I recommend you put the keyboard away for now. Start by reading lots of tutorials. Then, get out the paper and pencil. Keep drawing lists, and practicing inserting nodes...
  2. Replies
    7
    Views
    2,351

    Click_here gave some good advice, especially the...

    Click_here gave some good advice, especially the "ll" part. Also


    LinkedList* newNode = (LinkedList*)malloc(sizeof(ll));
    newNode = *ll;

    That is a memory leak. You malloc memory and store...
Results 1 to 2 of 2