01.
翻译The Boost C++ Metaprogramming Library--摘要和目录Aleksey Gurtovoyi and David AbrahamsiiiMetaCommunications, iiBoost Consulting, 摘要本文论述了Boost C++模板原编程库(MPL),这是一个可扩充的编译时刻框架,它包括算法,序列和原函数类。这个库集合了从泛型编...查看完整版>>
翻译The Boost C++ Metaprogramming Library--摘要和目录
02.
标准C++即将支持线程【转贴The Boost.Threads Library】The Boost.Threads Library Bill Kempf Standard C++ threads are imminent. CUJ predicts they will derive from the Boost.Threads library, explored here by the eminent author. Just a few years ago it was u...查看完整版>>
标准C++即将支持线程【转贴The Boost.Threads Library】
03.
the boost c++ metaprogramming:boost c++ 模板元编程(3)1.3. Why metaprogramming?问一下人们为什么想这么做是有意义的;毕竟,即使像factorial metafunction这样的玩具程序也有些深奥;为了演示类型计算如何应用在工作中,我们再来看一个简单的例子:下面的代码产生了一个...查看完整版>>
the boost c++ metaprogramming:boost c++ 模板元编程(3)
04.
the boost c++ metaprogramming:boost c++ 模板元编程(2)1.2.3. Type sequences程序化的操作类型集合的能力是很多有意义的C++元程序的重要的工具因为这种能力MPL支持的很好,这里我们仅仅简要的介绍一下基础的东西后面,我们将重新回顾下面的例子,并演示如何使用MPL来实现...查看完整版>>
the boost c++ metaprogramming:boost c++ 模板元编程(2)
05.
the boost c++ metaprogramming:boost c++ 模板元编程(1)THE BOOST C++ METAPROGRAMMINGLIBRARYAleksey GurtovoyMetaCommunicationsagurtovoy@meta-comm.comDavid AbrahamsBoost Consultingdavid.abrahams@rcn.com 1. Introduction元程序通常被定义为“生成其它程序的程序”...查看完整版>>
the boost c++ metaprogramming:boost c++ 模板元编程(1)
06.
Beyond the C++ Standard Library: An Introduction to BoostBeyond the C++ Standard Library: An Introduction to BoostBy Björn Karlsson ...............................................Publisher: Addison Wesley Professional Pub Date: August 31, 2005 ISBN: 03...查看完整版>>
Beyond the C++ Standard Library: An Introduction to Boost
07.
《超越C++标准库:Boost库导引》:目录目录(Table of Contents ) 序(Foreword )前言(Preface) 致谢(Acknowledgments) 关于作者(About the Author) 本书的组织结构(Organization of This Book )Boost库简介(Introduction to Boost ) String...查看完整版>>
《超越C++标准库:Boost库导引》:目录
08.
偷窥Boost Conversion Library(二)//(接上)三、与值和类型相关的类型转换1、 lexical_cast在程序开发中,往往需要将数字型对象的值转换为字符文本格式,或反之操作。我们在C/C++标准程序库中可以找到这样的函数来进行转换,例如atoi。但是他们都有个通...查看完整版>>
偷窥Boost Conversion Library(二)
09.
偷窥Boost Conversion Library(一)开门见山 废话少说一、与多态类型相关的转换1、 polymorphic_cast与dynamic_castdynamic_cast可以安全地将一个指向多态对象的指针向下转换为派生类指针。但是,当dynamic_cast转换失败时,返回的是NULL,也就是说,d...查看完整版>>
偷窥Boost Conversion Library(一)
10.
Simple-view C++_boost_regex正则表达式在处理文本的时候有着十分强的优势。如果你熟悉linux的工作环境,如果经常使用比如grep ,sedperl或者emacs,vi你便知道regex在作用作用,可以大大提高工作效率。很多语言都提供了对正则表达式的支持,比如...查看完整版>>
Simple-view C++_boost_regex
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。