May 2012
Intermediate to advanced
679 pages
16h 56m
English
The concept of template is very useful. Hence, all compiler writers provide their users with what is called as standard template library. It contains implementations of many useful abstract data types (ADT). Programmers have to simply use these data types and related functions. One does not have to change even one line. We will be discussing STL in detail in Chapter 19 “Advanced Topics from ANSI/ISO C++”; in the same chapter we will also be discussing class string. It is entirely based on templates.
Read now
Unlock full access