代码搜索:CString
找到约 10,000 项符合「CString」的源代码
代码结果 10,000
www.eeworm.com/read/113257/15466120
cpp myfileapp.cpp
#include "stdafx.h"
#include "TextPreProcessing.h"
#include "MyFileApp.h"
#include "stdlib.h"
#include "io.h" // 包含 _findfirst(), _findnext()函数原型
#include "direct.h" // 包含 _chdir(
www.eeworm.com/read/113256/15466141
cpp mydictionary.cpp
#include "stdafx.h"
#include "MyDictionary.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
# define MaxWordLength 8 // 最大词长为8个字节(即4个汉字)
www.eeworm.com/read/113256/15466154
cpp mydictionary.cpp
#include "stdafx.h"
#include "MyDictionary.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
# define MaxWordLength 8 // 最大词长为8个字节(即4个汉字)
www.eeworm.com/read/113256/15466160
cpp myfileapp.cpp
#include "stdafx.h"
#include "MyFileApp.h"
#include "stdlib.h"
#include "io.h" // 包含 _findfirst(), _findnext()函数原型
#include "direct.h" // 包含 _chdir()函数原型
#include "errno.h"
www.eeworm.com/read/112857/15475657
h changeplace.h
#pragma once
class CChangePlace
{
public:
CChangePlace(void);
~CChangePlace(void);
int EncrypChgPl(int hang,int lie,CString file);
int DecrypChgPl(int hang,int lie,CString file);
}
www.eeworm.com/read/112857/15475690
cpp window.cpp
// Window.cpp: implementation of the CWindow class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
//#include "MixedCS.h"
#include "Window.h"
#in
www.eeworm.com/read/112857/15475694
h lmidear.h
#pragma once
#include
#include
#include
#include
#include
#include
#define IDEAKEYSIZE 16
#define IDEABLOCKSIZE 8
#define word
www.eeworm.com/read/112520/15483856
txt 新建 文本文档.txt
CS02.|跟在kele后面
CTime t;
: int y,m,d;
: y=t.GetCurrentTime().GetYear();
: m=t.GetCurrentTime().Get..();
: d=t.GetCurrentTime().Get..();
CString str;
sprintf(str,"%d-%d-%d",y,m,d);
或
www.eeworm.com/read/112371/15489195
h dbcheck.h
DBCheck.h文件内容如下:
// DBCheck.h: interface for the CDBCheck class.
// 类名:CDBCheck
// 作用:该类对用户的信息进行存储和提取数据库
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
//当前用户信息结构
typedef struc
www.eeworm.com/read/112246/15490575
h explorer1.h
#if !defined(AFX_EXPLORER1_H__D26B9950_3F8A_4D46_BC8F_C9FFBB440F8A__INCLUDED_)
#define AFX_EXPLORER1_H__D26B9950_3F8A_4D46_BC8F_C9FFBB440F8A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif //