代码搜索:operators

找到约 8,993 项符合「operators」的源代码

代码结果 8,993
www.eeworm.com/read/340665/3275054

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/340665/3275067

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/340665/3275069

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/340665/3275081

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/340665/3275082

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/340665/3275087

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/340665/3275109

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/340665/3275118

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/340665/3275131

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,
www.eeworm.com/read/340665/3275160

c operators10.c

// Build don't link: // GROUPS passed operators // opr-eq file // Message-Id: // From: so@cs.wisc.edu (Bryan So) // Subject: g++ bug // Date: Thu, 3 Jun 93 22: