代码搜索:CString
找到约 10,000 项符合「CString」的源代码
代码结果 10,000
www.eeworm.com/read/106917/15617674
h active~1.h
#if !defined(AFX_ACTIVEMOVIE3_H__E02AE81D_E7E5_4C45_AB18_5217F20D9B62__INCLUDED_)
#define AFX_ACTIVEMOVIE3_H__E02AE81D_E7E5_4C45_AB18_5217F20D9B62__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/106916/15617707
cpp susuan~1.cpp
// SusuanDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Susuan.h"
#include "SusuanDlg.h"
#include "math.h"
#include "stdlib.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef T
www.eeworm.com/read/106915/15617724
h autofont.h
//CAutoFont class definition
//
//This class will simplify the creation and use of the CFont object
//By Jamie Nordmeyer
#ifndef AUTOFONT
#define AUTOFONT
class CAutoFont : public CFont
{
www.eeworm.com/read/106881/15618649
h autofont.h
//CAutoFont class definition
//
//This class will simplify the creation and use of the CFont object
//By Jamie Nordmeyer
#ifndef AUTOFONT
#define AUTOFONT
class CAutoFont : public CFont
{
www.eeworm.com/read/106637/15631575
cpp findalldlg.cpp
// FindallDlg.cpp : implementation file
//
#include "stdafx.h"
#include "dangan.h"
#include "FindallDlg.h"
#include "AllDlg.h"
#include
#include
#include
www.eeworm.com/read/106637/15631619
h hchage.h
void CHANGETOCHAR(CString mchar[10],int num){
int i=0;
mchar[i]+=num%10+'0';
while(num/=10){
mchar[i]+=num%10+'0';
}
mchar[i].MakeReverse();
}
CString CHANGETOSTRING(LinkList mlist,CS
www.eeworm.com/read/106611/15632746
h embsql.h
#define DLL_EXPORT __declspec (dllexport)
////////////////////////////////////////////////////
// Memory stuff for MALLOC.CPP
//
//
// Assign to each area an index "n". This is currently pro
www.eeworm.com/read/106594/15633393
cpp sendthread.cpp
// SendThread.cpp : implementation file
//
#include "stdafx.h"
#include "HWCmppAPI.h"
#include "SendThread.h"
#include "DataConvert.h"
#include "define.h"
#ifdef _DEBUG
#define new DEB
www.eeworm.com/read/106588/15633617
h mystring.h
// MyString.h
// A drop-in replacement for CString, the main difference being that the
// data is scrubbed by trashstring() in the destructor, thus leaving an attacker
// with a little less info to gr
www.eeworm.com/read/106553/15634083
cpp crypt.cpp
// Crypt.cpp: implementation of the CCrypt class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "XieyuyingDB.h"
#include "Crypt.h"
#i