代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/371106/9567445
cpp client2.cpp
//
// Client2.cpp - Client implementation with smart pointers
//
#include
#include "Iface.h"
#include "Util.h" // Traces with labels for our output
#include "Ptr.h" // Smart p
www.eeworm.com/read/371106/9567598
cpp client1.cpp
//
// Client1.cpp - Client implementation without smart pointers
//
#include
#include
#include "Iface.h"
#include "Util.h" // Traces with labels for our output
st
www.eeworm.com/read/371106/9567625
cpp client2.cpp
//
// Client2.cpp - Client implementation with smart pointers
//
#include
#include "Iface.h"
#include "Util.h" // Traces with labels for our output
#include "Ptr.h" // Smart p
www.eeworm.com/read/363828/9934437
h decdirda.h
// Copyright (c) 1999-2000 Microsoft Corporation. All rights reserved.
#ifndef _DECDIRDA_H_
#define _DECDIRDA_H_
// returns pointers pOutStr
TCHAR *DecodeIRDA(int *pFrameType,// return frame t
www.eeworm.com/read/161772/10375897
c typecast.c
/* Using type void pointers. */
#include
void half(void *pval, char type);
int main( void )
{
/* Initialize one variable of each type. */
int i = 20;
long l = 1000
www.eeworm.com/read/279032/10479145
htm mitoc.htm
More Effective C++ | Contents More Effective C++ Contents
Dedication Acknowledgments Introduction Basics Item 1: Distinguish between pointers and references Item 2: Prefer C++-style casts Item 3: Nev
www.eeworm.com/read/279032/10479147
htm mtoc.htm
More Effective C++ | Contents More Effective C++ Contents
Dedication Acknowledgments Introduction Basics Item 1: Distinguish between pointers and references Item 2: Prefer C++-style casts Item 3: Nev
www.eeworm.com/read/279032/10479743
htm ei30.htm
Effective C++, 2E | Item 30: Avoid member functions that return non-const pointers or references to members less accessible than themselves Back to Item 29: Avoid returning "handles" to internal data
www.eeworm.com/read/351740/10613890
f90 pres.f90
MODULE PRES
! Find the perturbation pressure by solving Poisson's Equation
USE PRECISION_PARAMETERS
USE MESH_POINTERS
IMPLICIT NONE
PRIVATE
CHARACTER(255), PARAMETER :: presid='$Id: pres.f90 567
www.eeworm.com/read/351740/10614097
f90 init.f90
MODULE INIT
! Allocate numerous arrays and perform miscellaneous initializations
USE PRECISION_PARAMETERS
USE MESH_VARIABLES
USE MESH_POINTERS
USE GLOBAL_CONSTANTS
USE TRAN
USE MEMORY_FUNCTIO