I'm making an RPN calc (more specifically, one that mimics unix's dc), but I can't seem to get my newvalptr to not = 0 (This means that when it pushes the value onto the stack, it's 0, instead of the...