User profile: MiiNiPaa

User info
User name:MiiNiPaa
History
Joined:
Number of posts:28
Latest posts:

hi all in need your help plz
http://ideone.com/EDpjV3 Errors, errors everywhere.

Not a typename?
[code]Player* Player; [/code] You cannot name variable like your class. Try to do that: [code]Player...

Making my program colorful, literally.
If you want to output to the console window, then you need additional libraries. There is no standar...

Why does the code escapes the second loop
Standart is forbidding thing like that: [code] int N; cin >> N; int poss[2][N]; [/code] only this: [...

Why does the code escapes the second loop
Your code works for me. Is N constant?

This user does not accept Private Messages

User: MiiNiPaa

  • Public profile