User profile: samuelzurowski

User info
User name:samuelzurowski
History
Joined:
Number of posts:5
Latest posts:

Mastermind COde
Yeah sure that would help.

Mastermind COde
Here is a possible solution also i messed up it should have been for rand() [code] int num = rand(...

Mastermind COde
for rand reference: http://www.cplusplus.com/reference/cstdlib/rand/ for stringstream: http://www.cp...

Mastermind COde
Lets do small parts at a time. [code] srand( time(NULL) ); int number = rand() % 10000; [/code] Thi...

Mastermind COde
1. Explain what the program is supposed to do. 2. What part do you not understand? 3. Explain what y...