jagomart
digital resources
picture1_Programming Pdf 184321 | Stl Item Download 2023-02-01 04-15-17


 166x       Filetype PDF       File size 0.20 MB       Source: www.dre.vanderbilt.edu


File: Programming Pdf 184321 | Stl Item Download 2023-02-01 04-15-17
thec standardtemplatelibrary douglasc schmidt professor department of eecs d schmidt vanderbilt edu vanderbilt university www dre vanderbilt edu schmidt 615 343 8197 february 12 2014 thec stl douglas c schmidt ...

icon picture PDF Filetype PDF | Posted on 01 Feb 2023 | 2 years ago
Partial capture of text on file.
               TheC++StandardTemplateLibrary
                             DouglasC.Schmidt
             Professor                         Department of EECS
             d.schmidt@vanderbilt.edu          Vanderbilt University
             www.dre.vanderbilt.edu/∼schmidt/  (615) 343-8197
                                February 12, 2014
      TheC++STL                           Douglas C. Schmidt
              TheC++StandardTemplateLibrary
      • What is STL?
      • Generic Programming: Why Use STL?
      • Overview of STL concepts & features
       – e.g., helper class & function templates, containers, iterators,
         generic algorithms, function objects, adaptors
      • A Complete STL Example
      • References for More Information on STL
      Vanderbilt University                       1
      TheC++STL                           Douglas C. Schmidt
                       WhatisSTL?
       The Standard Template Library provides a set of well structured
       generic C++ components that work together in a seamless way.
        –Alexander Stepanov & Meng Lee, The Standard Template Library
      Vanderbilt University                       2
      TheC++STL                            Douglas C. Schmidt
                    WhatisSTL(cont’d)?
      • A collection of composable class & function templates
       – Helper class & function templates: operators, pair
       – Container & iterator class templates
       – Generic algorithms that operate over iterators
       – Function objects
       – Adaptors
      • Enables generic programming in C++
       – Eachgeneric algorithm can operate over any iterator for which the
         necessary operations are provided
       – Extensible: can support new algorithms, containers, iterators
      Vanderbilt University                        3
The words contained in this file might help you see if this file matches what you are looking for:

...Thec standardtemplatelibrary douglasc schmidt professor department of eecs d vanderbilt edu university www dre february stl douglas c what is generic programming why use overview concepts features e g helper class function templates containers iterators algorithms objects adaptors a complete example references for more information on whatisstl the standard template library provides set well structured components that work together in seamless way alexander stepanov meng lee cont collection composable operators pair container iterator operate over enables eachgeneric algorithm can any which necessary operations are provided extensible support new...

no reviews yet
Please Login to review.