代码搜索:overloading
找到约 1,176 项符合「overloading」的源代码
代码结果 1,176
www.eeworm.com/read/124804/6039973
cpp fig18_03.cpp
// Fig. 18.3: fig18_03.cpp
// Overloading the stream-insertion and
// stream-extraction operators.
#include
using std::cout;
using std::cin;
using std::endl;
using std::ostream;
www.eeworm.com/read/344239/11895575
java hide.java
//: reusing/Hide.java
// Overloading a base-class method name in a derived
// class does not hide the base-class versions.
import static net.mindview.util.Print.*;
class Homer {
char doh(char
www.eeworm.com/read/153678/12012852
cpp reflex.cpp
//: C12:Reflex.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Reflexivity in overloading
www.eeworm.com/read/153678/12012891
cpp comma.cpp
//: C12:Comma.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Overloading the ',' operator
www.eeworm.com/read/122684/14674745
cpp reflex.cpp
//: C12:Reflex.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Reflexivity in overloading
www.eeworm.com/read/122684/14674778
cpp comma.cpp
//: C12:Comma.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Overloading the ',' operator
www.eeworm.com/read/116603/14962641
java primitiveoverloading.java
//: c04:PrimitiveOverloading.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Promotion of primitives and overloading.
pub
www.eeworm.com/read/470720/1446962
c overload10.c
// Build don't link:
// GROUPS passed overloading
class Bed {
public:
static void bed_func(
int (*f)(int &, int, int));
};
class g_func {
public:
static int save_status;
// in c
www.eeworm.com/read/470693/1458908
c overload10.c
// Build don't link:
// GROUPS passed overloading
class Bed {
public:
static void bed_func(
int (*f)(int &, int, int));
};
class g_func {
public:
static int save_status;
// in c
www.eeworm.com/read/190666/5174753
c overload10.c
// Build don't link:
// GROUPS passed overloading
class Bed {
public:
static void bed_func(
int (*f)(int &, int, int));
};
class g_func {
public:
static int save_status;
// in c