• 大小: 0.01M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 语言: C/C++
  • 标签:

资源简介

C++实战源码-旋转的文字(入门级实例499).zip

资源截图

代码片段和文件信息

// RotationFont.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “RotationFont.h“
#include “RotationFontDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CRotationFontApp

BEGIN_MESSAGE_MAP(CRotationFontApp CWinApp)
//{{AFX_MSG_MAP(CRotationFontApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CRotationFontApp construction

CRotationFontApp::CRotationFontApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// Th

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         546  2007-05-08 08:48  RotationFont\Resource.h
     文件        1066  2010-10-27 19:10  RotationFont\RotationFont.clw
     文件        2147  2007-05-08 08:48  RotationFont\RotationFont.cpp
     文件        4267  2007-05-08 08:48  RotationFont\RotationFont.dsp
     文件         549  2007-05-08 08:48  RotationFont\RotationFont.dsw
     文件        1390  2007-05-08 08:48  RotationFont\RotationFont.h
     文件        5206  2007-05-08 08:48  RotationFont\RotationFont.rc
     文件        4779  2007-05-08 08:48  RotationFont\RotationFontDlg.cpp
     文件        1431  2007-05-08 08:48  RotationFont\RotationFontDlg.h
     文件         214  2007-05-08 08:48  RotationFont\StdAfx.cpp
     文件        1054  2007-05-08 08:48  RotationFont\StdAfx.h
     文件        5694  2005-10-08 16:28  RotationFont\res\RotationFont.ico
     文件         404  2007-05-08 08:48  RotationFont\res\RotationFont.rc2

评论

共有 条评论