Ecco il codice:
codice:
int main(){     
    point a,b;     
    a.initWithValue();     
    b.initWithValue();          

    system("pause");     
    return 0; 
}