文件名称:Using the C++ Standard Template Libraries
文件大小:9.18MB
文件格式:PDF
更新时间:2022-02-21 08:17:05
Using the C+
Welcome to Using the C++ Standard Template Libraries. This book is a tutorial on the class and function templates that are contained within a subset of the header files that make up the C++ Standard Library. These are generic programming tools that offer vast capability, are easy to use, and make many things simple to implement that would otherwise be difficult. The code they generate is usually more efficient and reliable than you could write yourself.