代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/133707/14029220
lnt co-msc50.lnt
// co-msc50.lnt
// Compiler Options for Microsoft C Version 11.x
// (32 bit version)
-cmsc
-si4 // integers are 4 bytes
-sp4 // pointers are 4 bytes too.
// This file
www.eeworm.com/read/133707/14029223
lnt co-msc70.lnt
// co-msc70.lnt
// Compiler Options for Microsoft C Version 13.x
// (32 bit version)
-cmsc
-si4 // integers are 4 bytes
-sp4 // pointers are 4 bytes too.
// This file
www.eeworm.com/read/133707/14029232
lnt lib-win.lnt
// lib-win.lnt
// PC-lint Library Options File for windows.h
-printf(w2,wsprintf) // complains if pointers to wsprintf are not far.
-printf(w2,wsprintfA) // ASCII version of wsprintf
-p
www.eeworm.com/read/133707/14029459
lnt lib-win.lnt
// lib-win.lnt
// PC-lint Library Options File for windows.h
-printf(w2,wsprintf) // complains if pointers to wsprintf are not far.
-printf(w2,wsprintfA) // ASCII version of wsprintf
-p
www.eeworm.com/read/133707/14029468
lnt co-msc40.lnt
// co-msc40.lnt
// Compiler Options for Microsoft C Version 10.x
// (32 bit version)
-cmsc
-si4 // integers are 4 bytes
-sp4 // pointers are 4 bytes too.
// This file
www.eeworm.com/read/133707/14029479
lnt co-msc60.lnt
// co-msc60.lnt
// Compiler Options for Microsoft C Version 12.x
// (32 bit version)
-cmsc
-si4 // integers are 4 bytes
-sp4 // pointers are 4 bytes too.
// This file
www.eeworm.com/read/133707/14029607
lnt co-msc50.lnt
// co-msc50.lnt
// Compiler Options for Microsoft C Version 11.x
// (32 bit version)
-cmsc
-si4 // integers are 4 bytes
-sp4 // pointers are 4 bytes too.
// This file
www.eeworm.com/read/133707/14029626
lnt co-msc70.lnt
// co-msc70.lnt
// Compiler Options for Microsoft C Version 13.x
// (32 bit version)
-cmsc
-si4 // integers are 4 bytes
-sp4 // pointers are 4 bytes too.
// This file
www.eeworm.com/read/110993/15520823
cpp wrapped.cpp
//: C23:Wrapped.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Safe, atomic pointers
#in
www.eeworm.com/read/110993/15520947
cpp voidrtti.cpp
//: C24:Voidrtti.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// RTTI & void pointers
#in