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

6 lines
103 B
C++
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
#include "afx.h"
void ShowGoodbyeWorld(CWnd* pWnd)
{
pWnd->SetWindowText(_T("Goodbye, World!"));
}