RosettaCodeData/Task/Hello-world-Graphical/C++/hello-world-graphical-2.cpp

6 lines
103 B
C++

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