代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/100471/15873524
txt hugesort.txt
//**************************************
//
//INCLUDE files for :Quicksort using hug
// e pointers
//**************************************
//
/* +++Date last modified: 05-Jul-1997
www.eeworm.com/read/452695/7436292
c ex7_01.c
/* Exercise 7.1 Calculating a floating-point average using pointers */
/*********************************************************************
* In this solution I allocate a some memory and when it
www.eeworm.com/read/199077/7889805
cpp hour12_3a.cpp
//Listing 12.1
// Passing pointers to objects
// passobjectsbyref.cpp
#include
class SimpleCat
{
public:
SimpleCat (); // constructor
www.eeworm.com/read/312169/13616958
cpp passobjectsbyref.cpp
//Listing 12.1
// Passing pointers to objects
#include
class SimpleCat
{
public:
SimpleCat (); // constructor
SimpleCat(SimpleCat&);
www.eeworm.com/read/220998/14780462
cpp hour12_3a.cpp
//Listing 12.1
// Passing pointers to objects
// passobjectsbyref.cpp
#include
class SimpleCat
{
public:
SimpleCat (); // constructor
www.eeworm.com/read/116388/14976212
cpp pr06024.cpp
////////////////////////////////////////
// File Name: pr06024.cpp
////////////////////////////////////////
#include
// Create an array of pointers to names.
char* Names[] =
{
www.eeworm.com/read/339800/3295075
cpp pr06024.cpp
////////////////////////////////////////
// File Name: pr06024.cpp
////////////////////////////////////////
#include
// Create an array of pointers to names.
char* Names[] =
{
www.eeworm.com/read/170709/9792872
cpp passobjectsbyref.cpp
//Listing 12.1
// Passing pointers to objects
#include
class SimpleCat
{
public:
SimpleCat (); // constructor
SimpleCat(SimpleCat&);
www.eeworm.com/read/235073/14086282
cpp passobjectsbyref.cpp
//Listing 12.1
// Passing pointers to objects
#include
class SimpleCat
{
public:
SimpleCat (); // constructor
SimpleCat(SimpleCat&);
www.eeworm.com/read/140180/5794382
c png.c
/*****************************************************************************
* png.c: png decoder module making use of libpng.
*********************************************************************