dovrei quindi modificare in questo modo?


char* getC();


char* base::getC()
{
char tmp[10];
strcpy(tmp,c);
return tmp;
}