error: expected unqualified-id before '.' tokenThe modulo operator (%) only works on integers, which covers your first two errors. Secondly, you t...
Nested loop in War game[code]if (keepPlaying != 'y' || keepPlaying != 'Y' || keepPlaying != 'n' || keepPlaying != 'N') brea...
Function does not take 3 arguments?Your function prototype on line 4 says the function will only have one parameter. On your function d...
How to Create TablesIf you would google for the function you would see it requires iomanip header. So add #include <ioma...
How to Create TablesTo display as a table: [code] ofstream out("table.txt"); for (int i = 1; i < 11; i++) { for (i...
This user does not accept Private Messages