代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/211223/15184617
cpp calculation.cpp
// Calculation.cpp: implementation of the CCalculation class.
// Made by Gamsn in 10.26.2005
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "
www.eeworm.com/read/209722/15215176
cpp cdsa.cpp
#include "StdAfx.h"
#include "CCommon.h"
#include "CDSA.h"
CString deletestr(CString str,int count)
{
int tlen=str.GetLength();
return str.Right(tlen-count);
}
void zeronetochar8(char &g
www.eeworm.com/read/209406/15220592
cpp 030300334dlg.cpp
// 030300334Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "030300334.h"
#include "030300334Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE
www.eeworm.com/read/207751/15262953
h combolistctrl.h
/*******************************************************************************
Author : Aravindan Premkumar
Unregistered Copyright 2003 : Aravindan Premkumar
All Rights Reserved
This
www.eeworm.com/read/207523/15269135
cpp maptip.cpp
#include "stdafx.h"
#include "MapTip.h"
#include "MainFrm.h"
BEGIN_MESSAGE_MAP(CMapTip,CToolTipCtrl)
//{{AFX_MSG_MAP(CMapTip)
ON_WM_TIMER()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////
www.eeworm.com/read/207520/15269635
cpp maptip.cpp
#include "stdafx.h"
#include "MapTip.h"
#include "MainFrm.h"
BEGIN_MESSAGE_MAP(CMapTip,CToolTipCtrl)
//{{AFX_MSG_MAP(CMapTip)
ON_WM_TIMER()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////
www.eeworm.com/read/207167/15281253
h agstkxapplication.h
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your m
www.eeworm.com/read/205922/15303845
cpp opceventview.cpp
// OPCEventView.cpp : implementation file
//
#include "stdafx.h"
#include "TYOPCClient.h"
#include "OPCEventView.h"
#include "OPCData.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FIL
www.eeworm.com/read/205635/15310709
cpp hanoiview.cpp
// HanoiView.cpp : implementation of the CHanoiView class
//
#include "stdafx.h"
#include "Hanoi.h"
#include "HanoiDoc.h"
#include "HanoiView.h"
#include "DlgOption.h"
#include "mmsyste
www.eeworm.com/read/172133/5390105
cpp minica.cpp
// MiniCA.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "MiniCA.h"
#include "..\html\include\htmlhelp.h"
#include "Evp.h"
#include "MiniMainDlg.h"
#de