in header file
class test{ public: void Function(); }
and in source file
void test::Function(){ ... }
whe