摘要:
// MFCSocketClient.cpp : 定义应用程序的类行为。 // #include "stdafx.h" #include "MFCSocketClient.h" #include "MFCSocketClientDlg.h" #ifdef _DEBUG #define new DEB 阅读全文
摘要:
// MFCSocketClient.h : PROJECT_NAME 应用程序的主头文件 // #pragma once #ifndef __AFXWIN_H__ #error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件" #endif #include "resource.h 阅读全文
摘要:
// MFCSocketServerSample.cpp : 定义应用程序的类行为。 // #include "stdafx.h" #include "MFCSocketServerSample.h" #include "MFCSocketServerSampleDlg.h" #ifdef _DEB 阅读全文
摘要:
// MFCSocketServerSample.h : PROJECT_NAME 应用程序的主头文件 // #pragma once #ifndef __AFXWIN_H__ #error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件" #endif #include "reso 阅读全文