
The C++ Standard Template Library (STL) Tutorials
English | WMV3 1024 x768 | MP3 48 Kbps | 206 MB
Genre: eLearning
As is Stephan’s nature, he elaborates on technical details in very substantive way. The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators. STL provides many fundamental algorithms and data structures. The STL is a general purpose library: its components are heavily parameterized such that almost every component in the STL is a template.
Part 1: This is not an introductory series on C++. As such, it is expected that viewers already possess a working knowledge of the C++ language. Go ahead and open VC++ IDE and follow along–there are many examples provided on-screen and Stephan will monitor this thread and answer questions.
In part 2, Stephan focuses on shared_ptr and unique_ptr. You will also learn a bit about exception safety and, of course, get another challenging homework assignment.
In part 3, Stephan explains his solution to writing a solver for the Nurikabe puzzle using the STL (of course…). You will be introduced to some new concepts as well as use some of the things you have already learned.
Enjoy. Learn.
Download:
Code:
http://www.fileserve.com/file/F9sdD2y/rongtuchien.LavavejSTLp4.part1.rar http://www.fileserve.com/file/Hur6TED/rongtuchien.LavavejSTLp4.part2.rar http://www.fileserve.com/file/ZadAvDE/rongtuchien.LavavejSTLp4.part3.rar



