• 大小: 1.99M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-06-24
  • 语言: C/C++
  • 标签:

资源简介

C++ 邮件发送程序(提高篇-实例558).zip

资源截图

代码片段和文件信息

// ClientSocket.cpp : implementation file
//

#include “stdafx.h“
#include “SendEmain.h“
#include “ClientSocket.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CClientSocket

CClientSocket::CClientSocket(CSendEmainDlg* pDlg)
{
m_pDlg = pDlg;
}

CClientSocket::~CClientSocket()
{

}
// Do not edit the following lines which are needed by ClassWizard.
#if 0
BEGIN_MESSAGE_MAP(CClientSocket CSocket)
//{{AFX_MSG_MAP(CClientSocket)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
#endif // 0
/////////////////////////////////////////////////////////////////////////////
// CClientSocket member functions
int CClientSocket::Receive(void* lpBuf i

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1016  2007-08-21 15:49  ClientSocket.cpp
     文件        1334  2007-08-21 15:49  ClientSocket.h
     文件        3633  2007-08-21 15:49  ReadMe.txt
     文件        1054  2007-08-21 15:49  resource.h
     文件       27420  2013-12-10 16:28  SendEmain.aps
     文件        1799  2013-12-27 16:48  SendEmain.clw
     文件        2130  2007-08-21 15:49  SendEmain.cpp
     文件        4413  2007-08-21 15:49  SendEmain.dsp
     文件         543  2007-08-21 15:49  SendEmain.dsw
     文件        1357  2007-08-21 15:49  SendEmain.h
     文件      291328  2013-12-27 16:48  SendEmain.opt
     文件        6116  2007-08-21 15:49  SendEmain.rc
     文件       12835  2007-08-21 15:49  SendEmainDlg.cpp
     文件        1998  2007-08-21 15:49  SendEmainDlg.h
     文件         211  2007-08-21 15:49  StdAfx.cpp
     文件        1091  2007-08-21 15:49  StdAfx.h
     文件          48  2013-12-27 16:49  说明.txt
     文件        4320  2007-08-21 15:49  Release\ClientSocket.obj
     文件       32768  2007-08-21 15:49  Release\SendEmain.exe
     文件       10978  2007-08-21 15:49  Release\SendEmain.obj
     文件     5771000  2007-08-21 15:49  Release\SendEmain.pch
     文件        8744  2007-08-21 15:49  Release\SendEmain.res
     文件       29848  2007-08-21 15:49  Release\SendEmainDlg.obj
     文件         810  2007-08-21 15:49  Release\StdAfx.obj
     文件       50176  2007-08-21 15:49  Release\vc60.idb
     文件        5694  2007-08-21 15:49  res\29.ico
     文件        1078  2007-08-21 15:49  res\SendEmain.ico
     文件         401  2007-08-21 15:49  res\SendEmain.rc2

评论

共有 条评论