class A

{

public:

int n;

char *p;

p = new char[20];

};


이런식으로는 안되길래