#include "afx.h" void ShowGoodbyeWorld(CWnd* pWnd) { pWnd->SetWindowText(_T("Goodbye, World!")); }