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

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

2013-04-10 21:29:02 -07:00
#include "afx.h"
void ShowGoodbyeWorld(CWnd* pWnd)
{
pWnd->SetWindowText(_T("Goodbye, World!"));
}