evaluating each word in a sentenceThank you. Looks like I have a lot of reading to do.
evaluating each word in a sentenceI'm working on a text game to get myself back into the basics of c++ and hopefully learn new things ...
Is this possible?got it with this: [code]pstack->head.pnext->data[/code] Now I just have to figure out, in the next t...
Is this possible?I still can't figure this damned thing out. I need to access data. For which dot operators do I use ...
Is this possible?when I try this: [code]void print_stack( Stack const* pstack ){ for (;pstack.head.pnext.data !=...