代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/116129/14987821
cpp 人员管理系统.cpp
// 人员管理系统.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "人员管理系统.h"
#include "MainFrm.h"
#include "人员管理系统Doc.h"
#include "人员管理系统View.h"
#include "Log
www.eeworm.com/read/216703/14996953
h summinfo.h
// summinfo.h : interface of the CSummInfo classes
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1997 Microsoft Corporation
// All rights reserved.
/
www.eeworm.com/read/115194/15022275
h http.h
// Http.h : structures, functions and definitions for http service
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1997-1998 Microsoft Corporation
// All rig
www.eeworm.com/read/115194/15022290
h request.h
// Request.h : interface of the CRequest class
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1997-1998 Microsoft Corporation
// All rights reserved.
//
/
www.eeworm.com/read/115194/15022319
h httpsvr.h
// HttpSvr.h : main header file for the HTTPSVR application
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1997-1998 Microsoft Corporation
// All rights res
www.eeworm.com/read/115022/15029032
cpp w95trace1.cpp
/*
Implementation of Win95 tracing facility to mimic that of NT
*/
#include "stdafx.h"
#include "windows.h"
#include
#include
#include
//#include "w9
www.eeworm.com/read/114952/15033277
cpp utility.cpp
#include "stdafx.h"
#include "kqin.h"
#include "utility.h"
CString CUtility::chars2hex_str(CString ch,BOOL bBlank)
{
int i=0;int len=ch.GetLength();
CString s1="";
for(;i
www.eeworm.com/read/114756/15039337
cpp main.cpp
#include "stdafx.h"
#include "pop3.h"
class CApp : public CWinApp
{
protected:
virtual BOOL InitInstance();
};
CApp theApp;
BOOL CApp::InitInstance()
{
//initialise sockets
if
www.eeworm.com/read/114663/15043623
cpp creatordlg.cpp
// CREATORDlg.cpp : implementation file
//
#include "stdafx.h"
#include "CREATOR.h"
#include "CREATORDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = _
www.eeworm.com/read/215702/15052466
cpp 9_10.cpp
//9_10.cpp
#include
#include
#include
#include
#include "9_10.h"
using namespace std;
void main()
{
int a[10]={0,1,2,3,4,5,6,7,8,9};
Queue