Could someone please tell me how to define this function. I got this error and don't have the code or knowledge on how to define this function.


class COurAppublic CWinApp
{ public:
virtual BOOL InitInstance();
// error- InitInstance local class member function must be defined within the class
};

Thanks