Search:

Type: Posts; User: pwnsyoshi33

Search: Search took 0.00 seconds.

  1. After I create a new value, I place it in start....

    After I create a new value, I place it in start. I just don't know how to link it together.

    as in my code

    temp = new node; temp ->value =5;
    temp ->next = NULL;

    ...
  2. Linked list program, don't understand it fully

    my program doesn't work like it should. I know whats not working, I just don't know how to fix it. In the program I keep replacing start with temp. I'm new to the concept and pretty confused.


    ...
  3. Replies
    6
    Views
    1,168

    I'm going between C and C++ and this is C++....

    I'm going between C and C++ and this is C++. Sorry for posting in the wrong place.
  4. Replies
    6
    Views
    1,168

    Linked List program help

    I don't understand linked list very well and am a bit confused. I searched and tried to learn how to use them correctly on the internet, but I doubt this is correct.

    I'm trying to get the program...
  5. Program help (already written just need help)

    These are the instructions:

    Program to implement a function strFind that accepts two strings (character arrays). The first string is the string to find and the second string is the string to...
  6. Replies
    4
    Views
    1,254

    Sorry should have specified, its C. This hsould...

    Sorry should have specified, its C. This hsould be moved to C section.. sorry about that just realized.
  7. Replies
    4
    Views
    1,254

    Help with pointers in this program

    These are the instructions:

    Program to implement a function strFind that accepts two strings (character arrays). The first string is the string to find and the second string is the string to...
Results 1 to 7 of 7