Search:

Type: Posts; User: Mentallic

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,459

    Thanks for showing me a few options. I had...

    Thanks for showing me a few options. I had already began using negative values to represent traversing the list but decided to go with strings instead since it seemed to make things a bit clearer.
    ...
  2. Replies
    7
    Views
    1,459

    Well, each node in my linked list is a line of...

    Well, each node in my linked list is a line of text, and I'm required to - depending on user input - print out either a specific line number (hence the int lineNumber) or also if they input '+' or...
  3. Replies
    7
    Views
    1,459

    Oh I see. Is that how some common library...

    Oh I see. Is that how some common library functions such as printf and scanf work?
  4. Replies
    7
    Views
    1,459

    Passing in values to functions

    I remember that there was a way to pass a value into a function sometimes, but not always. If you didn't pass the value into the function, then either that variable doesn't exist for the lifetime of...
Results 1 to 4 of 4