Search:

Type: Posts; User: voidpain()

Search: Search took 0.00 seconds.

  1. Replies
    14
    Views
    2,582

    Works perfectly. Exactly what I was looking for....

    Works perfectly. Exactly what I was looking for. Thanks to all!
  2. Replies
    14
    Views
    2,582

    Also, just wanted to mention how bad ass this...

    Also, just wanted to mention how bad ass this forum is. I'm in a summer school class right now, and the school's Help Center has been closed all summer. So far, this forum has been extremely...
  3. Replies
    14
    Views
    2,582

    I actually previously implemented this as char...

    I actually previously implemented this as char zztop[30], and I got it to print just fine within main. But how exactly am I going to pass zztop[30] into the insert function? I can't pass an array...
  4. Replies
    14
    Views
    2,582

    Oh, so does that mean that the string entered...

    Oh, so does that mean that the string entered will be lost and unreachable outside of the main function? How do I avoid this, or how do I allocate memory for this? I can't imagine I'd be using a...
  5. Replies
    14
    Views
    2,582

    The first printf statement inside main seems to...

    The first printf statement inside main seems to work fine. How should I be printing zztop there otherwise?

    I removed the ampersand before value in the second printf statement located in the...
  6. Replies
    14
    Views
    2,582

    Sending String to Function not working

    I am trying to pass a string to this function:



    void insert(ListNodePtr *sPtr, char *value);


    I am gathering the string from scanf, printing it, and then passing it to the function like so...
Results 1 to 6 of 6