代码搜索:CArray
找到约 509 项符合「CArray」的源代码
代码结果 509
www.eeworm.com/read/492274/6420549
hpp carray.hpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/482846/6614674
hpp carray.hpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/402271/11539942
hpp carray.hpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/251644/12328818
hpp carray.hpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josuttis 19
www.eeworm.com/read/482889/1282865
hpp carray.hpp
// Boost.Range library
//
// Copyright Thorsten Ottosen 2003-2004. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE
www.eeworm.com/read/247605/4479668
cpp carray.cpp
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: carray.cpp,v 1.3.28.3 2004/07/09 01:45:59 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
www.eeworm.com/read/247605/4479677
h carray.h
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: carray.h,v 1.1.1.1.50.3 2004/07/09 01:45:50 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
www.eeworm.com/read/240722/4570194
h carray.h
//
// carray.h --- C Style Arrays
//
#ifndef _util_container_carray_h
#define _util_container_carray_h
namespace sc {
template
T **
new_c_array2(int l, int m, T)
{
T *a = 0;
T **b
www.eeworm.com/read/240722/4570196
cc carray.cc
#include
#include
#ifdef EXPLICIT_TEMPLATE_INSTANTIATION
template void delete_c_array2(int**);
template int** new_c_array2(int,int,int);
template int
www.eeworm.com/read/169602/5419450
hpp carray.hpp
/* Copyright (C) 2003 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Fou