Search:

Type: Posts; User: anything25

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    2,292

    Thank you everyone so much for the help! I've got...

    Thank you everyone so much for the help! I've got the code working and also understand pointers a whole lot more then when I started. Thanks again!
  2. Replies
    14
    Views
    2,292

    Also, as Ive been playing with the code I've...

    Also, as Ive been playing with the code I've realized that the while loop in the printList function never executes. I think I have that code right so I'm assuming that it is probably due to one of my...
  3. Replies
    14
    Views
    2,292

    Thanks for all of the replies. I see what you...

    Thanks for all of the replies. I see what you guys mean about the form it is in and have changed the code so that it shouldn't be as confusing. Here is the changed code:


    #include <stdio.h>...
  4. Replies
    14
    Views
    2,292

    I looked at createNewNode and tried changing a...

    I looked at createNewNode and tried changing a couple things, but that only seemed to make it worse. I am not sure that I completely understand what you mean by pass head in by value (I am pretty new...
  5. Replies
    14
    Views
    2,292

    Help with linked lists/ pointers

    I am trying to write a simple C program that creates a linked list and then prints out the values stored in the list. I am not sure what part of the code isn't correct but when it prints out the...
  6. Replies
    4
    Views
    1,348

    thanks for the responses.... i was using ctrl + D...

    thanks for the responses.... i was using ctrl + D in windows when i needed to be using ctrl + z..... thanks for the help!
  7. Replies
    4
    Views
    1,348

    Trouble with while loop

    Hey I am new to programming altogether and have been following tutorials and writing basic programs etc. I am currently trying to make a program that takes an inputted text and gives the frequency of...
Results 1 to 7 of 7