User profile: Aaron Law

User info
User name:Aaron Law
History
Joined:
Number of posts:25
Latest posts:

Hangman game function issue
Here is what I have done since we last spoke... [code] while(w!=input.size()) { if(crs) crs->setP...

Hangman game function issue
p is an int? What should it do... Shall I leave all of my code and just change the if? and then ++...

Hangman game function issue
Look at the picture. The code outputs the correct letter... but i need to find the position it is i...

Hangman game function issue
http://img.photobucket.com/albums/v334/Klaus5000/dasdasd.png That is what it looks like. (h is repla...

Hangman game function issue
w is a variable I created which gets bigger by 1 each time a letter is found. When the value of w is...