Search:

Type: Posts; User: ilovec..

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,837

    lol sorry...yeah it never goes into ...

    lol sorry...yeah it never goes into


    if(found != NULL){
    printCurrent(ptr); //if strstr found somethin, print the node
    }

    mainly because found is always found...
  2. Replies
    3
    Views
    2,837

    linked list using strstr

    hi i have created a linked list with nodes and what not. i am trying to now search the nodes, expecially the task of each node for a certain string which the user would put in. i have written the...
Results 1 to 2 of 2