代码搜索:Operator

找到约 10,000 项符合「Operator」的源代码

代码结果 10,000
www.eeworm.com/read/302870/13825850

h count.h

//INTERFACE TO COUNTER CLASS WITH THE OVERLOADED OPERATORS //FILE COUNT.H #include class COUNTER { private : unsigned int NUMBER; public : COUNTER() { NUMBER=0;
www.eeworm.com/read/302494/13833650

h student.h

//////////////////////////////////////////// //class name:student //function:define the student class /////////////////////////////////////////// #include #include #incl
www.eeworm.com/read/302409/13836089

h linklist.h

#include #include struct student{ //学生记录 char name[20]; int no; char health[10]; }; typedef struct student Datatype; //课本中的Datatype数据元素类型定义为 struct student cla
www.eeworm.com/read/302245/13838467

cpp polymul.cpp

// Polymul.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" int _tmain(int argc, _TCHAR* argv[]) { return 0; } #include using namespace std; class Term { public: Term(int c
www.eeworm.com/read/301987/13844998

h set.h

#pragma once #include using namespace std; class Set { public: Set(void); ~Set(void); Set(const Set & set); Set(char cChar); bool Insert(char cInsert); bool Delete(char c
www.eeworm.com/read/301914/13845944

cpp point.cpp

////////////////////////////////////////////////////////////////////// // Title: Geographic Load Balancing for Cellular Networks // by emulating the behavior of air bubbles //
www.eeworm.com/read/301579/13855848

cpp lesslink.cpp

#include "lessLink.h" #include "Link.h" #include "BandwidthManager.h" bool lessLink::operator()(Link *pa, Link *pb) { if(!pa || !pb) { cout
www.eeworm.com/read/301579/13855882

cpp simevent.cpp

#include "SimEvent.h" int SimEvent::NEXTEVENT=1; SimEvent::SimEvent(int type, double timeStamp, SimEventHandler* Handler, void* param){ mType = type; mTimeStamp = timeStamp; mHandler = Handl
www.eeworm.com/read/301579/13855895

cpp lessconnection.cpp

#include "lessConnection.h" #include "Connection.h" bool lessConnection::operator()(Connection *pa, Connection *pb) { if(!pa || !pb) { cout
www.eeworm.com/read/301268/13862216

c++-checklist

From: pcm@scammell.ecos.tne.oz.au (Peter Murray) Newsgroups: comp.lang.c++.moderated Subject: Evil C++ Techniques: A Listing Date: 26 Mar 1996 09:16:21 -0000 I need feedback... As part of a C++ styl