代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/170828/5402753
cpp debug.cpp
///////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright 1999 - 2000 Mark Roddy
// All Rights Reserved
//
// Hollis Technology Solutions
// 94 Dow Road
www.eeworm.com/read/162614/5519552
c ptr1.c
// { dg-do run }
// Bug: catching pointers by reference doesn't work right.
extern "C" int printf (const char *, ...);
struct E {
int x;
E(int i) { x = i; };
};
int main()
{
try {
E *p =
www.eeworm.com/read/162614/5522315
c parse2.c
// { dg-do assemble }
// Bug: g++ doesn't understand constructor syntax for pointers.
void f () {
char * p (0);
}
www.eeworm.com/read/160303/5572821
fs2_6 makefile.fs2_6
# Makefile for KLIPS 3DES kernel code as a module for 2.6 kernels
#
# Makefile for KLIPS kernel code as a module
# Copyright (C) 2002-2004 Michael Richardson
#
# This program i
www.eeworm.com/read/158865/5593881
asm eabi.asm
/*
* special support for eabi
*
* Copyright (C) 1995, 1996, 1998 Free Software Foundation, Inc.
* Written By Michael Meissner
*
* This file is free software; you can redistribute it and/or
www.eeworm.com/read/294801/8205238
c evf.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-1998 Accelerated
www.eeworm.com/read/294801/8205449
c iof.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-1998 Accelerated
www.eeworm.com/read/100192/15881385
h defrag.h
//====================================================================
//
// Defrag.h
//
// Copyright (C) 1997 Mark Russinovich
//
// Header file for defragmentation demonstration program. This
www.eeworm.com/read/287213/8708097
wzd readme.wzd
/////////////////////////////////////////////////////////////////////
// Example files...
/////////////////////////////////////////////////////////////////////
WzdInfo.cpp -- an example data clas
www.eeworm.com/read/386711/8729550
java bucket.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package indexManager;
/**
*
* @author outlaw
*/
import java.util.ArrayList;
import java.io.*;