User: Semoirethe

  • Public profile

User profile: Semoirethe

User info
User name:Semoirethe
History
Joined:
Number of posts:37
Latest posts:

Tic Tac Toe Game
1. Get rid of the gamePlay() outside the loop(you call it twice) 2. the while loop inside the play g...

Qsort in two dimensional array
Just took a skim over your code, but assuming qsort works on 1d like you said, try the following: It...

Setw() function not working..!!
That's working just fine. Note the exit is padded to the left by spaces up to a width of 10. Try std...

Optimal method to store string with spaces
If you know the format of the file won't change. [code] std::string part1, part2; while (!sourceFile...

withdraw problem
Work with ints instead of doubles, the problem is that the numbers aren't being stored exactly. In a...

This user does not accept Private Messages