- MFC/Socket . . . . 5 matches
AfxMessageBox(_T("Accept failed"));
AfxMessageBox(temp.m_strData); //테스트 확인용으로 받은 메시지를 띄워준다.
AfxMessageBox(_T("클라이언트 소켓 생성 실패"));
AfxMessageBox(_T("서버 접속 실패"));
AfxMessageBox(data.m_strData);
- 5인용C++스터디/소켓프로그래밍 . . . . 3 matches
AfxMessageBox("접속 허용");
AfxMessageBox("종료");
AfxMessageBox("종료");
- Cpp에서의가변인자 . . . . 3 matches
AfxMessageBox(str);
[인수]는 AfxMessageBox류를 띄울때 참 유용하게 쓰고 있다. 가변인자를 몰랐을때에는
AfxMessageBox(str);
- ListCtrl . . . . 1 match
AfxMessageBox(buf);
Found 4 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.