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
Ranked #44.2K
2 Posted Topics
Re: Since I'm learning C++ I decided I would try to solve this. I think I solved: [ICODE]// This script will generate an array of 10 ints from the user // It will then sort them and will display the list, excluding duplicates #import <iostream> using namespace std; void sortArray(int array[], … | |
I made the game Mastermind using C++ and would like anyone who wants to test it and let me know what they think. It comes with instructions, but since I wrote them and I know how to play the game, they might not be clear. Note: If this post is … |
The End.