代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/263596/4301634
dsw pointer.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/263596/4301635
dsp pointer.dsp
# Microsoft Developer Studio Project File - Name="pointer" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) C
www.eeworm.com/read/263596/4301636
cpp pointer.cpp
#include
using namespace std;
void main( )
{
int *p,*q;
p=new int[100];
q=&p[0];
for (int i=0;i
www.eeworm.com/read/260165/4335206
hpp pointer.hpp
/* /////////////////////////////////////////////////////////////////////////
* File: stlsoft/meta/typefixer/pointer.hpp
*
* Purpose: Definition of the fixer_pointer and fixer_const_po
www.eeworm.com/read/259903/4337285
xpm pointer.xpm
/* XPM */
static char * pointer_xpm[] = {
"22 22 2 1",
" c None",
". c #000000",
" ",
" ",
" ",
" ",
"
www.eeworm.com/read/162614/5532121
java pointer.java
/* Pointer.java -- Pointer to VM specific data
Copyright (C) 1999, 2000, 2004 Free Software Foundation
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it
www.eeworm.com/read/162614/5540129
cc is_pointer.cc
// 2004-12-12 Paolo Carlini
//
// Copyright (C) 2004 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can
www.eeworm.com/read/162614/5540224
cc pointer.cc
// Copyright (C) 2005 Free Software Foundation
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms of the