RosettaCodeData/Task/Hello-world-Graphical/C++/hello-world-graphical-2.cpp
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

5 lines
103 B
C++

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