User: expor

  • Public profile

User profile: expor

User info
User name:expor
History
Joined:
Number of posts:12
Latest posts:

error: expected unqualified-id before '.' token
The 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 Tables
If you would google for the function you would see it requires iomanip header. So add #include <ioma...

How to Create Tables
To 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