代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/233448/4675870
c parse2.c
// { dg-do assemble }
// Bug: g++ doesn't understand constructor syntax for pointers.
void f () {
char * p (0);
}
www.eeworm.com/read/229812/4742075
txt hash.txt
Note that for any kind of PtrHash (WCPtrHashTable, WCPtrHashSet, WCPtrHashDict)
destructors are not called on the elements pointed to. Only the pointers are
stored so the elements are not copied, c
www.eeworm.com/read/229812/4751681
gml advanty.gml
.pp
The following topics are discussed:
.begbull
.bull
&struct.
.bull
Unions
.bull
Pointers
.bull
Void
.bull
The const and volatile Declarations
.endbull
www.eeworm.com/read/209211/4984213
c dwbinit.c
/*
*
* Pathname management routines for DWB C programs.
*
* Applications should initialize a dwbinit array with the string
* pointers and arrays that need to be updated, and then hand that
* arr
www.eeworm.com/read/190666/5175661
c parse2.c
// Bug: g++ doesn't understand constructor syntax for pointers.
// Build don't link:
void f () {
char * p (0);
}
www.eeworm.com/read/340665/3276315
c parse2.c
// Bug: g++ doesn't understand constructor syntax for pointers.
// Build don't link:
void f () {
char * p (0);
}
www.eeworm.com/read/338522/3315683
h far_ptr.h
/******************************************************************************
far_ptr.h
Author R32151
Support for manipulating 23-bit 'wide' pointers parts at a C level.
********************
www.eeworm.com/read/440906/1777947
c parse2.c
// Bug: g++ doesn't understand constructor syntax for pointers.
// Build don't link:
void f () {
char * p (0);
}
www.eeworm.com/read/366702/2871918
c parse2.c
// { dg-do assemble }
// Bug: g++ doesn't understand constructor syntax for pointers.
void f () {
char * p (0);
}
www.eeworm.com/read/353749/3082483
sgml arrays_pointer.sgml
Pointer Arrays
arrays of pointers to any type of data, which grow automatically as new
elements are added