hi all in need your help plzhttp://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 loopStandart is forbidding thing like that: [code] int N; cin >> N; int poss[2][N]; [/code] only this: [...
Why does the code escapes the second loopYour code works for me. Is N constant?
This user does not accept Private Messages