Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~130 People Reached
Favorite Forums
Favorite Tags
c++ x 4
Member Avatar for wing43

Hello. Just dropping a introduction for those who want to say hello and +1 :D My hobbies are reading satire, surfingthe web and video games. the only current gen i own is the Wii atm hopefully i can get a 360 or ps3

Member Avatar for Serunson
0
18
Member Avatar for wing43

im making a random question game. what im having trouble with is figuring out the correct way to make it check the answers this is what i have. [CODE] for(int r=0; r<10; r++) { int theDice = ( rand() % 10) +1; answer[theDice]; cout<<question[theDice]<<endl; cout<<"Response: "; cin>>inquestion; if (strcmp(inquestion, answer[theDice]) …

Member Avatar for Ancient Dragon
0
112