代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/119982/14814725
cpp over_ptr.cpp
#include
class sample {
public:
int i;
sample *operator->(void) {return this;}
};
void main(void)
{
sample obj;
obj->i = 10; // Same as obj.i
cout
www.eeworm.com/read/119608/14825552
changelog
2004-12-11 Justin Kirby
* Fix base64 encoding length in authreg_pipe.c Stephen Marquard, Diagnosed by Jerome Vandenabeele
* Fixes segfault on s2s startup on some platforms
www.eeworm.com/read/209853/15212746
cpp specify.cpp
//: C03:Specify.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Demonstrates the use of specifie
www.eeworm.com/read/206867/15286697
cpp over_ptr.cpp
#include
class sample {
public:
int i;
sample *operator->(void) {return this;}
};
void main(void)
{
sample obj;
obj->i = 10; // Same as obj.i
cout
www.eeworm.com/read/206780/15290072
c gpif1.c
// This program configures the General Programmable Interface (GPIF) for FX2.
// Parts of this program are automatically generated using the GPIF Tool V2.40 [700].
// Please do n
www.eeworm.com/read/167943/5450313
lst gpif.lst
C51 COMPILER V6.10 GPIF 06/22/2006 16:02:24 PAGE 1
C51 COMPILER V6.10, COMPILATION OF MODULE GPIF
OBJECT MODULE PLACED IN .\
www.eeworm.com/read/167943/5450316
c gpif.c
// This program configures the General Programmable Interface (GPIF) for FX2.
// Parts of this program are automatically generated using the GPIFTool.
// Please do no
www.eeworm.com/read/166404/5475304
fail t20b.fail
t20b.use:20:13: In association `assoc2': Association end `rb' navigable from class `P2_A' conflicts with same rolename in association `assoc1'.
www.eeworm.com/read/166404/5475334
fail t20a.fail
t20a.use:20:13: In association `assoc1': Association end `ra' navigable from class `P2_B' conflicts with same rolename in association `assoc2'.