代码搜索:overloading

找到约 1,176 项符合「overloading」的源代码

代码结果 1,176
www.eeworm.com/read/296774/7114338

h class.h

/* Variables and structures for overloading rules. Copyright (C) 1993 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free software; you can redistribute it and/or modify it
www.eeworm.com/read/435150/7796498

cpp prog9_02.cpp

// Program 9.2 Overloading a function with reference parameters #include #include using namespace std; double larger(double a, double b); long& larger(long& a, long& b);
www.eeworm.com/read/197407/7998239

h astack.h

// formula-based stack // extended to include Size // and overloading of > #ifndef Stack_ #define Stack_ #include "xcept.h" template class Stack { friend ostream&
www.eeworm.com/read/297233/8041676

h class.h

/* Variables and structures for overloading rules. Copyright (C) 1993 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free software; you can redistribute it and/or modify it
www.eeworm.com/read/319883/13440465

cpp prog9_02.cpp

// Program 9.2 Overloading a function with reference parameters #include #include using namespace std; double larger(double a, double b); long& larger(long& a, long& b);
www.eeworm.com/read/158649/11594808

java overloadingorder.java

//: c04:OverloadingOrder.java // Overloading based on the order of // the arguments. import com.bruceeckel.simpletest.*; public class OverloadingOrder { static void print(String s, int i) {
www.eeworm.com/read/255742/12061379

cpp t-eopareto.cpp

#include //#include #include #include using namespace std; // Look: overloading the maximization without overhead (thing can be i
www.eeworm.com/read/123658/14618796

h class.h

/* Variables and structures for overloading rules. Copyright (C) 1993 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free software; you can redistribute it and/or modify it
www.eeworm.com/read/470720/1445873

c ttp55.c

// Build don't link: // Testing overloading of function argument involving template template // parameters // Reported by Thomus Kunert template class H{}; t
www.eeworm.com/read/470720/1447459

c p710.c

// Build don't link: // GROUPS passed delete /* Bug Id: PRMS Id: p0000710 Bug is : overloading operator delete in class def not allowed */ /* In addition to this bug, the compiler permits o