01.
STL Container和ATL智能包裹类的冲突STL Container和ATL智能包裹类的冲突Article last modified on 2002-8-7----------------------------------------------------------------The information in this article applies to:- C/C++- ...查看完整版>>
STL Container和ATL智能包裹类的冲突
02.
STL 之 Container ConceptsContainer: 描述:存放各种元素,每个Container必须要有相应的Iterator,元素的存放顺序不定。也许每次Iterator遍历Container的时候,每次的访问顺序都可能不一样,而且Container不能保证在同一时刻有超过一个Itera...查看完整版>>
STL 之 Container Concepts
03.
adodb+smarty+myClass结合数据类的智能操作最近接到一项目,精略计算了一下内容,设计数据库表为45个左右。这么多表,的确够头疼的。怎么做到最少操作但能达到最大的效果呢?本人经过分析,决定自己写数据辅助类来协助ADODB来完成工作。首先,确定...查看完整版>>
adodb+smarty+myClass结合数据类的智能操作
04.
adodb+smarty+myClass结合-数据类的智能操作 最近接到一项目,精略计算了一下内容,设计数据库表为45个左右。这么多表,的确够头疼的。怎么做到最少操作但能达到最大的效果呢?本人经过分析,决定自己写数据辅助类来协助ADODB来完成工作。首先...查看完整版>>
adodb+smarty+myClass结合-数据类的智能操作
05.
adodb+smarty+myClass结合数据类的智能操作最近接到一项目,精略计算了一下内容,设计数据库表为45个左右。这么多表,的确够头疼的。怎么做到最少操作但能达到最大的效果呢?本人经过分析,决定自己写数据辅助类来协助ADODB来完成工作。首先,确定...查看完整版>>
adodb+smarty+myClass结合数据类的智能操作
06.
adodb+smarty+myClass 结合:数据类的智能操作<?php /** * * @author 风卷残云, <bighuang at 126 dot com> * @copyright Copyright (c) 闲情网站, 2004-2005 * @since ~ */ /*+++++++++++++++++++++++++ * Copyright (c) 2004,闲情网站 * All rights r...查看完整版>>
adodb+smarty+myClass 结合:数据类的智能操作
07.
adodb+smarty+myClass 结合-数据类的智能操作最近接到一项目,精略计算了一下内容,设计数据库表为45个左右。这么多表,的确够头疼的。怎么做到最少操作但能达到最大的效果呢? 本人经过分析,决定自己写数据辅助类来协助ADODB来完成工作。 首先,确定...查看完整版>>
adodb+smarty+myClass 结合-数据类的智能操作
08.
Effective STL:Item2 当心与容器无关(container-independent)的代码这个错觉Effective STLItem2 当心与容器无关(container-independent)的代码这个错觉 STL是基于泛型思想的,数组泛化为container,并根据它们所包含的对象类型而进行参数化。函数泛化为algorithms,并根据它们所使用的itera...查看完整版>>
Effective STL:Item2 当心与容器无关(container-independent)的代码这个错觉
09.
Effective STL: Item 2: Beware the illusion of container-independentThe STL is based on generalization. Arrays are generalized into con-tainersand parameterized on the types of objects they contain. Func-tionsare generalized into algorithms and parameterized on the ty...查看完整版>>
Effective STL: Item 2: Beware the illusion of container-independent
10.
C++中的智能引用指针类,可以和STL配合使用template <class T>class ref_ptr{private: T* ptr; long * ct; void dispose() { if(--*ct <= 0) { delete ct; delete ptr; } }public: //从 new 得到指针的构造函数 explicit ref_ptr(T* p) : pt...查看完整版>>
C++中的智能引用指针类,可以和STL配合使用
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。