SGI的STL源代码 包括文档和代码。 The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators; it provides many of the basic algorithms and data structures of computer science. The STL is a generic library, meaning that
随书源码 PART ONE Preliminaries 1 1 An Overview of ANSI C 1.1 What is C? 1.2 The structure of a C program 1.3 Variables,values ,and types 1.4 Expressions 1.5 Statements 1.6 Functions 2 Data Types in C 2.1 Enumeration types 2.2 Data and memory 2.3 Pointe