Search:

Type: Posts; User: glanzvoll

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,789

    Question regarding stacks

    I need a little explanation on one of the lines in this program. What does (what-'0') do? Thanks in advance.


    #include <stdio.h>
    #include <stdlib.h>
    #include <ctype.h>
    #define PUSH 1
    #define...
  2. Replies
    7
    Views
    5,101

    It was just what I needed. Thank you so much for...

    It was just what I needed. Thank you so much for everything! :D
  3. Replies
    7
    Views
    5,101

    Thanks! That worked nicely. My textbook displays...

    Thanks! That worked nicely. My textbook displays the 0 before the linked list in one of its examples, but how do I get rid of it?
  4. Replies
    7
    Views
    5,101

    I provided the wrong code, sorry. I replaced it...

    I provided the wrong code, sorry. I replaced it already. I'm still facing the same problem.
  5. Replies
    7
    Views
    5,101

    A simple linked list program

    Hi, I'm new to programming with linked lists. I'm writing a program which takes in 10 characters and integers, stores them into a linked list then prints them.

    For some reason it's not taking all...
Results 1 to 5 of 5