in vc6,when I define a member function in a class like below: class Test { public: Test(); void print(); void Zero(); }; the above in the header files,an the below in the source files void Test::..... when I need defin the zero function,but i can't use the keyboard to move the focus on it,maybe the arrow key can. |