Given classheader.h containing:
classheader.h
class foo_{ private: int num; public: int getnum() const; }
and classimpl.cpp
classimpl.cpp