搜索资源列表
C++ Solutions
- The source code for \"C++ Solutions\". This book is a companion to the book that is widely recognized as \"the C++ bible\": The C++ Programming Language (third edition) by Bjarne Stroustrup. If you re a programmer, Bjarne s book comes very highly rec
Concepts
- concepts 是由Bjarne Stroustrup和Douglas Gregor撰写的你提交到iso c++委员会的描述泛型编程的concept检验的c++扩展语法的文件-concepts by Bjarne Stroustrup and Douglas Gr egor writing you submitted to the Commission iso c descr iption Generic Programming concept testing c extension lang
C++AandQ
- 本文根据发表在CUJ Expert Forum上的两篇文章编译而成。C/C++ User s Journal是目前最出色的C/C++语言专业杂志,特别是在C++ Report闭刊之后,CUJ的地位更加突出。CUJ Expert Forum是CUJ主办的网上技术专栏,汇集2000年10月以来C++社群中顶尖专家的技术短文,并免费公开发布,精彩纷呈,是每一个C/C++学习者不可错过的资料。由Jim Hyslop和Herb Sutter主持的Conversation系列,是CUJ Expert For
C++_China_exception_safety
- Standard-Library Exception Safety Bjarne Stroustrup Texas A&M University (and AT&T Labs – Research) http://www.research.att.com/~bs Introduction to the C++ exception handling mechanisms and “resource acquisition is initialization” for peopl
CppView
- 走近C++之父Bjarne Stroustrup Traits:实用的模板新技术 深入BCB理解VCL的消息机制
ebook
- Programming with Managed Extensions for Visual C++.NET - Grimmes 2003.pdf,Addison.Wesley.-.More.Exceptional.C++.pdf,[计算机科学经典着作].Addison.Wesley.Bjarne.Stroustrup.The.C++.Programming.Language.Special.Edition.pdf,[计算机科学经典着作].Addison.Wesley.Bjarne.Strous
cppreflect-0.0.1
- c++ 反射机制的实现.Java为什么能够支持Reflection?答案是Java运行时仍然拥有类型信息,它包含了这个类一切:它有哪些字段、哪些方法,各是何种保护级别等等,还有这个类依赖于哪些类。在Java中,类信息以对象的形式存放,这些对象是一种元对象,它们的类型就是Class。拥有了这些信息,无论是动态创建对象还是调用某些方法都是轻而易举的。在C++中,通过RTTI(运行时类型识别),我们也可以知道类的一些信息,但为什么C++中却没有Reflection,原因是类型信息不完整。RTTI这个名
reflection
- c++ ,反射程序.Java为什么能够支持Reflection?答案是Java运行时仍然拥有类型信息,它包含了这个类一切:它有哪些字段、哪些方法,各是何种保护级别等等,还有这个类依赖于哪些类。在Java中,类信息以对象的形式存放,这些对象是一种元对象,它们的类型就是Class。拥有了这些信息,无论是动态创建对象还是调用某些方法都是轻而易举的。在C++中,通过RTTI(运行时类型识别),我们也可以知道类的一些信息,但为什么C++中却没有Reflection,原因是类型信息不完整。RTTI这个名字本
cpphtp4_examples
- 《C++程序语言设计》是C++之父Bjarne Stroustrup 写的,本源码是其实例源码
C++_1991-2006
- 本文是Bjarne Stroustrup的《Evolving a language in and for the real world: C++ 1991-2006》中文翻译
C++ China speaking C++
- C++之父Bjarne Stroustrup中国之行演讲内容,非常精彩,不容错过-C father Bjarne Stroustrup lecture trip to China, very exciting, not to be missed
C++课件、习题及答案
- C++是由AT&T Bell(贝尔)实验室的Bjarne Stroustrup博士及其同事于20世纪80年代初在C语言的基础上开发成功的。C++保留了C语言原有的所有优点,增加了面向对象的机制。 C++是由C发展而来的,与C兼容。用C语言写的程序基本上可以不加修改地用于C++。从C++的名字可以看出它是C的超集。C++既可用于面向过程的结构化程序设计,又可用于面向对象的程序.
C++强大的背后
- 在31年前(1979年),一名刚获得博士学位的研究员,为了开发一个软件项目发明了一门新编程语言,该研究员名为Bjarne Stroustrup,该门语言则命名为——C with classes,四年后改称为C++。C++是一门通用编程语言,支持多种编程范式,包括过程式、面向对象(object-oriented programming, OP)、泛型(generic programming, GP),后来为泛型而设计的模版,被发现及证明是图灵完备的,因此使C++亦可支持模版元编程范式(templa
The-Design-and-Evolution-of-CPP
- C++语言的设计和演化英文版Bjarne Stroustrup著-The Design and Evolution of C++
123
- The Design and Evolution of C++(C++语言的设计和演化,英文版,Bjarne Stroustrup 著)-The Design and Evolution of C++ (C++ Language design and evolution of the English version, Bjarne Stroustrup a)
cppsols
- cppsols是Bjarne Stroustrup的The C++ Programming Language第三版特别版的的源代码-cppsols is Bjarne Stroustrup s The C++ Programming Language Special Edition of the third edition of the source code
Bjarne.StroustrupFAQ
- C++ 之父Bjarne Stroustrup的FAQ:C++的风格与技巧.对C++的理解有帮助-C++ is the father of Bjarne Stroustrup' s FAQ: C++ style and skill. On the understanding of C++ help
TheC++ProgrammingLanguag3rdEditionStroustrap
- a well written C++ book entitled " The C++ Programming language, Bjarne stroustrup" the author is the creator of the language himself. a must see ebook-a well written C++ book entitled " The C++ Programming language, Bjarne stroustrup" the author is
Bjarne.Stroustrup.-.The.C++.Programming.Language.
- Bjarne Stroustrup,The C++ Programming language,3rd edition
GSL-master
- Guidelines Support library implementation, recommended by Bjarne Stroustrup, Herb Sutter and Co in C++ Core Guidelines