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
~391 People Reached
Favorite Forums
Favorite Tags
c++ x 18
Member Avatar for aliaks

Ok, so as suggested I have rewritten this thread. It was suggested that the code posted to be shortened and only revelent code be posted. I did both of these and people started asking where all different things were, and why cant they see other files etc. Uploaded is the …

Member Avatar for NathanOliver
0
132
Member Avatar for aliaks

hey guys, I have this [CODE]RiddleGenerator::QnA RiddleGenerator::mQnA[RiddleGenerator::QuestionCount] = { { "What shape as 4 sides?\n\t1)Triangle\n\t2)Circle\n\t3)Square", 3 }, { "What is the capital of England?\n\t1)Paris\n\t2)London\n\t3)Washington", 2 } // NEW QUESTIONs CAN GO IN THE ABOVE SPACE <---! };[/CODE] and have looked on the net but cant find anything helpful so here …

Member Avatar for VernonDozier
0
162
Member Avatar for aliaks

[CODE] while (true) { // Display the players location and possible movements. cout << "------------------" << endl; cout << "Location: " << NewUser.location->name << endl; cout << "\nDescription: " << NewUser.location->description << endl; if (NewUser.location->north) cout << "(N)orth to: " << NewUser.location->north->name << endl; if (NewUser.location->south) cout << "(S)outh to: …

Member Avatar for aliaks
0
97