Forum: C++ Sep 4th, 2008 |
| Replies: 5 Views: 500 Yes that's what it was supposed to do, but the problem I was having was this:
http://i37.tinypic.com/11lr3hw.jpg
http://i38.tinypic.com/rc91qw.jpg
You see how the text after the char name is... |
Forum: C++ Sep 4th, 2008 |
| Replies: 5 Views: 500 ha silly me :P I forgot to point out that everything did work fine until i had made GetLastPlayerAnswer. Could it be because I'm directly working off of the char* returned? if so, how would I fix... |
Forum: C++ Sep 4th, 2008 |
| Replies: 5 Views: 500 Hello,
Usually I can find solutions to problems that seem to arise when I'm coding for this game, but I'm stumped on why this is happening..
So I found out how to get the text from the last line... |