Prime Number Sieve* What's wrong?Like Bazzy sayd [code] if (int_list != (2*x) || (3* x) || (5*x) || (7*x))[/code] is not the correct ...
Suggest the algorithm.I think both problems can be solved with backtracking http://en.wikipedia.org/wiki/Backtracking ...
cootie game You missed a } in your do-while [code]do { diceRoll = rollDice(); applyRoll(diceRoll,numB...
cootie game If you make all parts of the cootie global you can call cootieComplete without an argument: [code...
TheIf nextLife gets changed in [code]void checkNeighboors(bool life[][SIZE],bool nextLife[][SIZE])[/cod...