代码搜索:operators
找到约 8,993 项符合「operators」的源代码
代码结果 8,993
www.eeworm.com/read/470693/1458550
c operators15.c
// GROUPS passed operators
// opr-del file
// Message-Id:
// From: kol@world.std.com (Nikolay Yatsenko)
// Subject: bug report
// Date: Wed, 27 Jan 1993 16:37:30 -
www.eeworm.com/read/470693/1458553
c operators32.c
// Build don't link:
// GROUPS passed operators
#include
//
// ffrees space allocated for N-D array
//
template
void ffree(long rows, T** array)
{
for( long i = 0; i < rows; i+
www.eeworm.com/read/470693/1458566
c operators25.c
// Build don't link:
// GROUPS passed operators
// opr-new file
// From: gparker@world.std.com (Glenn P Parker)
// Date: Mon, 25 Jan 1993 20:43:43 -0500
// Subject: gcc bug
// Message-ID:
www.eeworm.com/read/470693/1458568
c operators28.c
// Build don't link:
// GROUPS passed operators
#include
#include
class new_test
{
int type;
public:
void* operator new(size_t sz, int count, int type);
};
void* new_tes
www.eeworm.com/read/470693/1458580
c operators21.c
// Build don't link:
// GROUPS passed operators
struct A {
int x;
};
int operator()(A x,float y) {// ERROR - .*
return 1;
}
int main() {
A x;
x(1.0); // ERROR - no
www.eeworm.com/read/470693/1458581
c operators19.c
// Build don't link:
// GROUPS passed operators
// opr-ampr file
// From: Jarkko Sonninen
// Date: Thu, 7 Oct 1993 08:25:26 +0200
// Subject: type of base class member
/
www.eeworm.com/read/470693/1458586
c operators9.c
// Build don't link:
// GROUPS passed operators
// opr-eq file
// Message-Id:
// From: klamer@mi.el.utwente.nl (Klamer Schutte)
// Subject: 2.3.3: failed to dete
www.eeworm.com/read/470693/1458608
c operators23.c
// GROUPS passed operators
// opr-new file
// From: (The Crossjammer)
// Date: Mon, 23 Nov 92 23:35:26 PST
// Subject: g++-2.3.1 : Incorrectly calls overloaded operato
www.eeworm.com/read/470693/1458617
c operators13.c
// Build don't link:
// GROUPS passed operators
// opr-eq file
// Message-Id:
// From: mps@dent.uchicago.edu (Michael Spertus)
// Subject: g++ 2.5.4 bug :
www.eeworm.com/read/470693/1458630
c operators2.c
// Build don't link:
// GROUPS passed operators
// opr-conv file
// Message-Id:
// From: gparker@world.std.com (Glenn P Parker)
// Subject: gcc bug
// Date: Mon,