#include #include "Add.h" #include void main() { CAdd *test; test=new CAdd; cin>>test->data1; cin>>test->data2; test->add(); cout<getvalue(); getch(); }