
The standard template library
-
The standard template library (STL) contains many different types of containers. These differ in their capibilities and the speed with which they perform their operations. This chapter provides only an overview of the STL, inviting you refer.
27p
tangtuy15
30-06-2016
32
1
Download
-
part 2 book “c++ - the complete reference”has contents: introducing the standard template library, the mathematical functions, the string and character functions, the dynamic allocation functions, time, date, and localization functions, exception handling and miscellaneous classes, the string class,… and other contents.
498p
tieu_vu13
06-08-2018
21
1
Download
-
part 1 book “data structures and problem solving using c++” has contents: arrays, pointers, and structures, objects and classes, templates, inheritance, design patterns, algorithm analysis, the standard template library, recursion, sorting algorithms, randomization, fun and games, stacks and compilers, utilities.
501p
tieu_vu13
06-08-2018
11
0
Download
-
The primary idea in the STL is the container(also known as a collection), which is just what it sounds like, aplace to hold things. You need containets because objects are constantly marching in and out of your program and there must be someplace to put them while they are around.
50p
kien2507
18-11-2010
97
20
Download
-
Nội dung Bài 9 Thư viện chuẩn (Standard Template Library) trình bày đến người học những vấn đề liên quan đến "ghi tiêu đề chương", cụ thể như: Cơ bản về Vector, cơ bản về String. Mời các bạn cùng tham khảo!
26p
sangbanmai_0906
15-01-2018
23
1
Download
-
WELCOME TO Ivor Horton’s Beginning Visual C++ 2012. With this book, you can become an effective C++ programmer using Microsoft’s latest application-development system, Visual Studio 2012. I aim to teach you the C++ programming language, and then how to apply C++ in the development of your own Windows applications. Along the way, you will also learn about many of the exciting new capabilities introduced by this latest version of Visual C++. Visual C++ 2012 comes as part of any of the editions of the Microsoft development environment Visual Studio 2012.
0p
hotmoingay3
09-01-2013
139
44
Download
-
The Best-Selling C++ Resource Now Updated for C++11 The C++ standard library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components–and to benefit from their power–you need a resource that does far more than list the classes and their functions. The C++ Standard Library: A Tutorial and Reference, Second Edition, describes this library as now incorporated into the new ANSI/ISO C++ language standard (C++11).
1190p
hiepkhach_1006
30-10-2012
96
38
Download
-
Offers complete coverage of the C++ programming language. This title offers provides all the tools necessary for experienced and novice programmers to master C++, including: thorough coverage of the Standard Template Library; complete and fully executable code throughout; sections highlighting programming tips and common pitfalls; and a logical order of coverage of C++ topics in order for readers to better understand the language. This book is appropriate for anyone interested in learning how to programming using the C++ programming language....
847p
hiepkhach_1006
01-11-2012
73
19
Download
-
Written by the inventor of the language, the book is the defining, classic text on the language that has become central to software development over the past five years. This third edition incorporates additions and changes on a major scale. In particular, the new edition is based on the ANSI/ISO C++ final draft with its many new language features - templates, exceptions, namespaces, and run-time type identification, to name a few - in addition to the C++ Standard Template Library that has revolutionized C++ development. ...
60p
samsung_12
07-05-2013
63
9
Download
-
(bq) part 2 book "fundamentals of c++ programming" has contents: standard c++ classes, custom objects, fine tuning objects, building some useful classes, inheritance and polymorphism, memory management, generic programming, the standard template library, associative containers, handling exceptions,... and other contents.
349p
bautroibinhyen19
02-03-2017
23
3
Download
-
Thư viện chuẩn C++ gồm 2 phần: – Lớp string – Thư viện khuôn mẫu chuẩn – STL • Ngoại trừ lớp string, tất cả các thành phần còn lại của thư viện đều là các khuôn mẫu • Tác giả đầu tiên của STL là Alexander Stepanov, mục đích của ông là xây dựng một cách thể hiện tư tưởng lập trình tổng quát
45p
loitrian_2008
23-02-2011
211
65
Download
-
If you are new to C++ programming, C++ Primer Plus, Fifth Edition is a friendly and easy-to-use self-study guide. You will cover the latest and most useful language enhancements, the Standard Template Library and ways to streamline object-oriented programming with C++. This guide also illustrates how to handle input and output, make programs perform repetitive tasks, manipulate data, hide information, use functions and build flexible, easily modifiable programs. With the help of this book, you will:...
1225p
lotus_123
15-12-2012
74
13
Download
-
Thư viện chuẩn C++ Standard Template Library (STL) Ngoại trừ lớp string, tất cả các thành phần còn lại của thư viện đều là các khuôn mẫu. Tác giả đầu tiên của STL là Alexander Stepanov, mục đích của ông là xây dựng một cách thể hiện tư tưởng lập trình tổng quát, Các khái niệm trong STL được phát triển độc lập với C++.
12p
sakuraphuong
31-05-2013
107
11
Download
-
Aimed at helping Java developers, Servlet/JSP developers, and J2EE developers pass the Sun Certified Web Component Developer Exam (SCWCD 310-081), this study guide covers all aspects of the Servlet and JSP technology that Sun has determined necessary. This new edition adds aspects of servlet/JSP development, such as the Expression language, and updated materials of servlets with a particular focus on using filters to make request processing more efficient.
559p
ringphone
03-05-2013
59
10
Download
-
An Abstract Stack (Stack ADT) is an abstract data type which emphasizes specific operations: Uses a explicit linear ordering, insertions and removals are performed individually, there are no restrictions on objects inserted into (pushed onto) the queue that object is designated the back of the queue,... This topic discusses the concept of a stack: Description of an Abstract Stack, list applications, implementation, example applications, standard template library.
104p
allbymyself_08
22-02-2016
24
1
Download
-
An Abstract Queue (Queue ADT) is an abstract data type that emphasizes specific operations: Uses a explicit linear ordering, insertions and removals are performed individually, there are no restrictions on objects inserted into (pushed onto) the queue - that object is designated the back of the queue,... This topic discusses the concept of a queue: Description of an Abstract Queue, list applications, implementation, queuing theory, standard template library.
49p
allbymyself_08
22-02-2016
29
1
Download
-
An Abstract Stack (Stack ADT) is an abstract data type which emphasizes specific operations: Uses a explicit linear ordering, insertions and removals are performed individually, there are no restrictions on objects inserted into (pushed onto) the queue that object is designated the back of the queue,... This topic discusses the concept of a stack: Description of an Abstract Stack, list applications, implementation, example applications, standard template library.
22p
nanhankhuoctai9
23-06-2020
1
0
Download
-
An Abstract Queue (Queue ADT) is an abstract data type that emphasizes specific operations: Uses a explicit linear ordering, insertions and removals are performed individually, there are no restrictions on objects inserted into (pushed onto) the queue - that object is designated the back of the queue,... This topic discusses the concept of a queue: Description of an Abstract Queue, list applications, implementation, queuing theory, standard template library.
46p
nanhankhuoctai9
23-06-2020
4
0
Download
-
This is the third of the lectures exploring the design of the standard library vector and the techniques and language features used to implement it. Here, we deal with changing the size of a vector, parameterization of a vector with an element type (templates), and range checking (exceptions).
43p
tangtuy15
30-06-2016
24
1
Download
CHỦ ĐỀ BẠN MUỐN TÌM
