User profile: usama8800

User info
User name:usama8800
History
Joined:
Number of posts:3
Latest posts:

multidemensional argument
[code] void printMatrix(int x[][]){ cout << "Matrix " << x << ":" << endl; for(int r=0;r<row...

declaration
[code]#include "Enemy.h" using namespace std; class Player { public: void attack(Enemy,i...

declaration
i included the header file and its still giving error. here is the code [code]#include "Enemy.h" ...