代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/108657/15581303
h schema.h
//
// Schema.h
//
// Copyright (c) Shareaza Development Team, 2002-2004.
// This file is part of SHAREAZA (www.shareaza.com)
//
// Shareaza is free software; you can redistribute it
// and/or m
www.eeworm.com/read/108575/15584101
txt [c++] createdirectory.txt
//---------------------------------------------------------------
// [方法一]
#include
BOOL CreateDirectory(CString strDir)
{
if (strDir.Right(1) != "\\")
strDir += "\\";
CStrin
www.eeworm.com/read/108149/15593214
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/108056/15595546
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// FractalEx.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx
www.eeworm.com/read/107937/15597993
cpp smspdu.cpp
// PDU.cpp: implementation of the CSMSPDU class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "SMSDemo.h"
#include "SMSPDU.h"
#ifdef
www.eeworm.com/read/107843/15598912
cpp crypt.cpp
// Crypt.cpp: implementation of the CCrypt class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Personnel.h"
#include "Crypt.h"
#ifd
www.eeworm.com/read/107676/15603727
h rdc.h
#if !defined(AFX_RDC_H__E1FDDA39_EA82_49AF_93ED_58D0EEC2C0A1__INCLUDED_)
#define AFX_RDC_H__E1FDDA39_EA82_49AF_93ED_58D0EEC2C0A1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER >
www.eeworm.com/read/107373/15608462
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/107313/15609808
h httpdownload.h
// HttpDownload.h: interface for the CHttpDownload class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_HTTPDOWNLOAD_H__11AB7F1F_62EA_47FC_8B2D_B2E392
www.eeworm.com/read/106927/15617428
h regkey.h
#include "winreg.h"
class CMyRegKey
{
//Constrction
public:
CMyRegKey();
virtual ~CMyRegKey();
//Oprations
public:
LONG Open(HKEY hKeyRoot,LPCTSTR pszPath);
void Close();
LONG Wr