RosettaCodeData/Task/Hello-world-Graphical/C++/hello-world-graphical-2.cpp
2023-07-01 13:44:08 -04:00

5 lines
103 B
C++

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