代码搜索:ptr
找到约 10,000 项符合「ptr」的源代码
代码结果 10,000
www.eeworm.com/read/150696/12271215
c ptr_cmp.c
/*
get_ptr_compare(len) returns a pointer to a optimal byte-compare function
for a array of stringpointer where all strings have size len.
The bytes are compare as unsigned chars.
Because the
www.eeworm.com/read/252515/12277285
bmp varbmp_ptr.bmp
www.eeworm.com/read/251577/12333283
hpp interface_ptr.hpp
/* /////////////////////////////////////////////////////////////////////////
* File: comstl/interface_ptr.hpp (formerly comstl_interface_ptr.h; originally MLRelItf.h; ::SynesisCom)
*
* Pu
www.eeworm.com/read/251577/12334749
hpp ptr_proxy.hpp
/* /////////////////////////////////////////////////////////////////////////
* File: stlsoft/ptr_proxy.hpp (formerly stlsoft_proxy_ptr.h)
*
* Purpose: Contains the ptr_proxy template
www.eeworm.com/read/251577/12334864
hpp ptr_cast.hpp
#ifndef STLSOFT_INCL_STLSOFT_H_STLSOFT
# include
#endif /* !STLSOFT_INCL_STLSOFT_H_STLSOFT */
#ifdef STLSOFT_CF_PRAGMA_MESSAGE_SUPPORT
# pragma message("This file is now obso
www.eeworm.com/read/251577/12335418
hpp ref_ptr.hpp
/* /////////////////////////////////////////////////////////////////////////
* File: stlsoft/ref_ptr.hpp (originally MLRelItf.h, ::SynesisStd)
*
* Purpose: Contains the ref_ptr templa
www.eeworm.com/read/251577/12335473
hpp shared_ptr.hpp
/* /////////////////////////////////////////////////////////////////////////
* File: stlsoft/shared_ptr.hpp (originally MLShrPtr.h, ::SynesisStd)
*
* Purpose: Contains the shared_ptr
www.eeworm.com/read/251577/12335966
hpp ptr_access.hpp
/* /////////////////////////////////////////////////////////////////////////
* File: ptr_access.hpp (formerly stlsoft_ptr_access.h)
*
* Purpose: Contains the get_ptr access shim.
*
www.eeworm.com/read/251577/12336057
hpp ptr_cast.hpp
/* /////////////////////////////////////////////////////////////////////////
* File: stlsoft/conversion/ptr_cast.hpp (originally stlsoft_ptr_cast.h)
*
* Purpose: A cast that throws ba
www.eeworm.com/read/337096/12391414
cpp init_ptr.cpp
// init_ptr.cpp -- initialize a pointer
#include
int main()
{
using namespace std;
int higgens = 5;
int * pt = &higgens;
cout