2、C++标准程序库(C++ Standard Library Tutorial and Reference) (更新到C++11) 作者:Nicolai Josuttis,这本书是C++标准库(STL)的引导和手册。2012年4月发行的第二版涵盖了C++11。 3、The C++ IO Streams and Locales 作者:Angelika Langer and Klaus Kreft,除了这本书,市面上基本没有讲解 streams and locale...
《Generic programming and the STL(泛型编程与STL)》 本书阐述了泛型程序设计的核心理念:concepts(概念)、modeling(模型)和refinement(改善),并为你展示这些观念如何导出STL的基础概念:iterators(迭代器)、containers(容器)和function objects(函数对象)。按照本书所述,你可以把STL想象成一个由concepts组成的library,你...
On the other hand, the standard template library (STL) includes a templated class to handle just this sort of situation: the STL map class, which conceptually you can think of as an "associative array" -- key names are associated with particular values (e.g., you might use a student ...
STL Tutorial and Reference Guide, Second Edition includes a tutorial, a thorough description of each element of the library, numerous sample applications, and a comprehensive reference. You will find in-depth explanations of iterators, generic algorithms, containers, function objects, and much more. ...
Active Template Library (ATL) concepts Active Template Library (ATL) tutorial ATL class overview by category ATL library reference ATL class and struct reference ATL classes and structs _ATL_BASE_MODULE70 structure _ATL_COM_MODULE70 structure _ATL_FUNC_INFO structure _ATL_MODULE70 structure _ATL_...
C language tutorial from basics with C operator,loop,array,pointer,function,parameter,string,recursion,structure,file. 講師: Shibaji Paul 評等︰4.5/54.5(3,260) 總計17.5 小時152 個講座所有級別 目前價格US$64.99 C Programming:The best approach to learn C Language Become a master of C Programming ...
C++ Standard Library - including STL Containers, STL Algorithm, STL Functional, etc.C++ Standard Library - A collection of classes and functions, which are written in the core language and part of the C++ ISO Standard itself. Standard Template Library - The Standard Template Library (STL). C ...
Generic Algorithms – Unlocking the Power of C++ STL Algorithms Graphics in C Language Working with Pointers in C Exception Handling in C++ Operator Overloading in C++ A Guide to Advanced Exception Handling in C++ Programming The Standard C++ Library Strings in C++: A Complete Guide for Novice ...
C, Winsock 2 and IPv6 Tutorial C and Linux Socket Tutorial C++ and Object Oriented Idea Tutorial C and C++ Standard Library Online Documentation C/C++ and Buffer Overflow C++ and Standard Template Library (STL) C Code Listing ~ 340 C code samples ...
A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》 基于C++11新标准的并发和多线程编程深度指南 C++ Concurrency In Action 《C++17 STL cookbook》英文版的中文翻译 哈希学习 甲骨文公司编辑器Oracle Solaris Studio 12.4 Information Library (简体中文) c/cpp用户指南 数值计算指南 代码分析器 性能分析...