User profile: AndroidZ

User info
User name:AndroidZ
Name:Zack
Website:http://www.surveyscoop.com
History
Joined:
Number of posts:62
Latest posts:

evaluating each word in a sentence
Thank you. Looks like I have a lot of reading to do.

evaluating each word in a sentence
I'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 !=...