代码搜索:ptr
找到约 10,000 项符合「ptr」的源代码
代码结果 10,000
www.eeworm.com/read/494745/6374639
h ptr.h
//
// Ptr.h
// - Smart interface pointer
//
#include
//
// IPtr - Smart Interface Pointer
// Use: IPtr spIX ;
// Do not use with IUnknown; IPtr
www.eeworm.com/read/408091/11405426
cxx ptr.cxx
// Copyright (c) 1994 James Clark
// See the file COPYING for copying permission.
#ifndef Ptr_DEF_INCLUDED
#define Ptr_DEF_INCLUDED 1
#ifdef SP_NAMESPACE
namespace SP_NAMESPACE {
#endif
template
www.eeworm.com/read/408091/11405488
h ptr.h
// Copyright (c) 1994 James Clark
// See the file COPYING for copying permission.
#ifndef Ptr_INCLUDED
#define Ptr_INCLUDED 1
#include "Boolean.h"
// T must have Resource as a public base class
//
www.eeworm.com/read/346994/11706609
c ptr.c
/* Demonstration of declaring and using a pointer to a function.*/
#include
/* The function prototype. */
double square(double x);
/* The pointer declaration. */
double (*ptr)
www.eeworm.com/read/346994/11706622
exe ptr.exe
www.eeworm.com/read/346994/11706648
c ptr.c
/* Demonstrates basic pointer use. */
#include
/* Declare and initialize an int variable */
int var = 1;
/* Declare a pointer to int */
int *ptr;
int main( void )
{
/
www.eeworm.com/read/346994/11706659
exe ptr.exe
www.eeworm.com/read/342253/12032520
ptr ssps.ptr
www.eeworm.com/read/252729/12265880
ptr zssps.ptr
www.eeworm.com/read/252729/12265909