代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/104392/15695848
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/104191/15702083
cpp stddate.cpp
// StdDate.cpp: implementation of the CStdDate class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "StdDate.h"
#ifdef _DEBUG
#undef
www.eeworm.com/read/104191/15702085
h crobotinternet.h
////////////////////////////////////////////////////////////////////
//
// CRobotInternet.h - CRobotInternet class declarations
//
// Source: "Programming Robots, Spiders and Intelligent Agents
www.eeworm.com/read/103792/15720876
cpp mylistctrl.cpp
// MyListCtrl.cpp : implementation file
//
#include "stdafx.h"
#include "Counting.h"
#include "MyListCtrl.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =
www.eeworm.com/read/103702/15725494
txt calcdlgn.txt
// CalcDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Calc.h"
#include "CalcDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/103702/15725500
txt calcdlg.txt
// CalcDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Calc.h"
#include "CalcDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/103696/15725560
cpp showwnd.cpp
// ShowWnd.cpp : implementation file
//
#include "stdafx.h"
#include "ShowWnd.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
////////
www.eeworm.com/read/103660/15727041
h mathparser.h
#ifndef __MATHPARSER_H__
#define __MATHPARSER_H__
//#include "psms.h"
#define ParserStackSize 100
#define MaxFuncNameLen 5
#define ExpLimit 11356
#define SQRLIMIT 1E246
#define MaxEx
www.eeworm.com/read/103152/15743796
h commbase.h
#ifndef __COMMBASE__
#define __COMMBASE__
#include
#define RXQUEUE 8192
#define TXQUEUE 8192
// Flow control flags
#define FC_XONXOFF 0x04
// ascii definition
www.eeworm.com/read/103152/15743807
h xml.h
#ifndef __XML__
#define __XML__
#include
#include
//class COut_XML : public CObject
class COut_XML
{
public:
COut_XML();
~COut_XML();
void Open(const CString xmlF