User: Gary 96

  • Public profile

User profile: Gary 96

User info
User name:Gary 96
History
Joined:
Number of posts:4
Latest posts:

**How to evaluate a prefix expression with Stack -- Logic Errors**
Could anyone take a quick look at this? I am completely lost. My understanding of stacks is pretty w...

**How to evaluate a prefix expression with Stack -- Logic Errors**
I don't know how to add/subtract/multiply/divide tokens of a string as ints. Can anyone help?

**How to evaluate a prefix expression with Stack -- Logic Errors**
This translated pretty hideously into the codeblocks on here. If anyone needs any help reading anyth...

**How to evaluate a prefix expression with Stack -- Logic Errors**
[code] int exp(char* input) { char*token=strtok(input, ""); stack <int>num; s...

This user does not accept Private Messages