jagomart
digital resources
picture1_Adv Cpp


 182x       Filetype PDF       File size 0.67 MB       Source: assets.hkoi.org


File: Adv Cpp
advanced c stl advanced c stl david wai wjx 2021 04 03 advanced c stl about c stl c standard template library it is a part of c standard library ...

icon picture PDF Filetype PDF | Posted on 05 Feb 2023 | 2 years ago
Partial capture of text on file.
                           Advanced C++ STL
        Advanced C++ STL
             David Wai {wjx}
               2021-04-03
                                      Advanced C++ STL
   About C++ STL
   C++ Standard Template Library
   It is a part of C++ Standard Library
   It has four components:
   ● Algorithms (sort, binary_search, etc.)
   ● Containers (vector, set, map, etc.)
   ● Functions
   ● Iterators
                                     Advanced C++ STL
   Why C++ STL?
   Write shorter code (less bugs)
   No need to implement some algorithms and data structures by yourself
   Learn more about C++
   Instead of how it works, we will focus more on how to use it
                                          Advanced C++ STL
   C++ Standard Library
   Features of the C++ Standard Library are declared within the std namespace 
   and they are defined in different headers
   You can use the following two lines to simplify your code:
      #include // not a standard header file
      using namespace std;
   Some features in the C++ Standard library will also be included in this session
The words contained in this file might help you see if this file matches what you are looking for:

...Advanced c stl david wai wjx about standard template library it is a part of has four components algorithms sort binary search etc containers vector set map functions iterators why write shorter code less bugs no need to implement some and data structures by yourself learn more instead how works we will focus on use features the are declared within std namespace they dened in dierent headers you can following two lines simplify your include not header file using also be included this session...

no reviews yet
Please Login to review.