Faster OutputActually now that I think of it, thats probably it. I put that there for the first time because it c...
Faster OutputWhen you start the game, it goes into a function with an infinite loop, until you exit the game. It ...
Fibonacci Stuck on Infinite loopAs TheNoobie said, Im not so sure about that either. Especially that you have int count = 0 outside ...
Fibonacci Stuck on Infinite loopint main() { int num = 0; int a = 0; int b = 1; int count = 0; cout << "How many numbers do yo...
Faster OutputI added something to see how many times it prints the map, and I can do exactly 140 moves everything...
This user does not accept Private Messages